COLOR #A3C669

HEX: #A3C669 RGB: (163,198,105)

Color info

#A3C669 contains mainly red and green colors. Web safe color of #A3C669 is #99CC66 (or #9C6).

RGB color model

#A3C669 color RGB value is (163,198,105).

RGB: (163,198,105) (64%, 78%, 41%)

RGB channels and saturation

R 163 of 255 = 64%
G 198 of 255 = 78%
B 105 of 255 = 41%

163
198
105

R + G + B ~ 61%. #A3C669 is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 198 + 105 = 466 (100%)
R 163 of 466 ~ 34.98%
G 198 of 466 ~ 42.49%
B 105 of 466 ~ 22.53'%

%34.98
%42.49
%22.53

CMYK color model

#A3C669 color CMYK value is (18,0,47,22).

  • cyan value is 17.68%
  • magenta value is 0.00%
  • yellow value is 46.97%
  • key color value is 22.35%

CMYK: (18,0,47,22)
C18M0Y47K22 (18%, 0%, 47%, 22%)
(0.18 / 0.00 / 0.47 / 0.22)

CMYK percentages

%17.68
%0
%46.97
%22.35

Codes

Color #A3C669 in popluar color models

A3 C6 69
RGB 163 198 105
HSL 83° 44.93% 59.41%
HSB/HSV 83° 46.97% 77.65%
CMYK 17.68% 0.00% 46.97%
22.35%

Color #A3C669 in popluar number systems.

HEX A3 C6 69
Decimal 163 198 105
Binary 10100011 11000110 1101001
Octal 243 306 151

Shades and tints

Shades of #A3C669

#A3C669
(163,198,105)
#95B460
(149,180,96)
#87A257
(135,162,87)
#79904E
(121,144,78)
#6B7E45
(107,126,69)
#5D6C3C
(93,108,60)
#4F5A33
(79,90,51)
#41482A
(65,72,42)
#333621
(51,54,33)
#252418
(37,36,24)
#17120F
(23,18,15)
#000000
(0,0,0)

Tints of #A3C669

#A3C669
(163,198,105)
#ABCB76
(171,203,118)
#B3D083
(179,208,131)
#BBD590
(187,213,144)
#C3DA9D
(195,218,157)
#CBDFAA
(203,223,170)
#D3E4B7
(211,228,183)
#DBE9C4
(219,233,196)
#E3EED1
(227,238,209)
#EBF3DE
(235,243,222)
#F3F8EB
(243,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3C669 color. Also use rgb(163,198,105) instead hex code.

Text Font Color

.myTextColor { color: #A3C669; }

<p style="color:#A3C669">This sample text font color is #A3C669.</p>

This text font color is #A3C669.

Background Color

.myBgColor { background-color: #A3C669; }

<div style="background-color:#A3C669">Inner text</div>

This div background color is #A3C669.

Border color

.myBorderColor { border: 1px solid #A3C669; }

<div style="border:3px solid #A3C669">Div</div>

This div border color is #A3C669.

Opacity

.myOpacity80 { color: #A3C669; opacity: 0.8; }

<p style="color:#A3C669;opacity:0.8;">80%</p>

Text with #A3C669 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A3C669;}

<p style="text-shadow: 3px 3px 1px #A3C669">Text here.</p>

This text has shadow with #A3C669 color.


.textShadow {text-shadow: 3px 3px 1px #A3C669', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A3C669, 5px 5px 20px red">Text here.</p>

This text has shadow with #A3C669 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A3C669, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A3C669, Direction=45, Strength=4)">Text</p>

This text has shadow with #A3C669 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A3C669;
-webkit-box-shadow: 1px 1px 3px 2px #A3C669;
box-shadow: 1px 1px 3px 2px #A3C669;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A3C669; -webkit-box-shadow: 1px 1px 3px 2px #A3C669; box-shadow:1px 1px 3px 2px #A3C669;">
Div content here
</div>

This div box has shadow with color #A3C669.

Preview

Color preview on black background

This text has color #A3C669 on black background.


Color preview on white background

This text has color #A3C669 on white background.


Black color preview on #A3C669 background

This text has black color on #A3C669 background.


White color preview on #A3C669 background

This text has white color on #A3C669 background.


Related colors

Complementary color

Complementary color for #hex is #5C3996.


I love getcolorcode.com

Triadic colors

1 #69A3C6 and #C669A3 with #A3C669 are triadic colors.

2 #69C6A3 and #C6A369 with #A3C669 are triadic colors.