COLOR #A5C2AA

HEX: #A5C2AA RGB: (165,194,170)

Color info

#A5C2AA contains red, green and blue colors in about the same proportion. Web safe color of #A5C2AA is #99CC99 (or #9C9).

RGB color model

#A5C2AA color RGB value is (165,194,170).

RGB: (165,194,170) (65%, 76%, 67%)

RGB channels and saturation

R 165 of 255 = 65%
G 194 of 255 = 76%
B 170 of 255 = 67%

165
194
170

R + G + B ~ 69%. #A5C2AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 194 + 170 = 529 (100%)
R 165 of 529 ~ 31.19%
G 194 of 529 ~ 36.67%
B 170 of 529 ~ 32.14'%

%31.19
%36.67
%32.14

CMYK color model

#A5C2AA color CMYK value is (15,0,12,24).

  • cyan value is 14.95%
  • magenta value is 0.00%
  • yellow value is 12.37%
  • key color value is 23.92%

CMYK: (15,0,12,24)
C15M0Y12K24 (15%, 0%, 12%, 24%)
(0.15 / 0.00 / 0.12 / 0.24)

CMYK percentages

%14.95
%0
%12.37
%23.92

Codes

Color #A5C2AA in popluar color models

A5 C2 AA
RGB 165 194 170
HSL 130° 19.21% 70.39%
HSB/HSV 130° 14.95% 76.08%
CMYK 14.95% 0.00% 12.37%
23.92%

Color #A5C2AA in popluar number systems.

HEX A5 C2 AA
Decimal 165 194 170
Binary 10100101 11000010 10101010
Octal 245 302 252

Shades and tints

Shades of #A5C2AA

#A5C2AA
(165,194,170)
#96B19B
(150,177,155)
#87A08C
(135,160,140)
#788F7D
(120,143,125)
#697E6E
(105,126,110)
#5A6D5F
(90,109,95)
#4B5C50
(75,92,80)
#3C4B41
(60,75,65)
#2D3A32
(45,58,50)
#1E2923
(30,41,35)
#0F1814
(15,24,20)
#000000
(0,0,0)

Tints of #A5C2AA

#A5C2AA
(165,194,170)
#ADC7B1
(173,199,177)
#B5CCB8
(181,204,184)
#BDD1BF
(189,209,191)
#C5D6C6
(197,214,198)
#CDDBCD
(205,219,205)
#D5E0D4
(213,224,212)
#DDE5DB
(221,229,219)
#E5EAE2
(229,234,226)
#EDEFE9
(237,239,233)
#F5F4F0
(245,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C2AA color. Also use rgb(165,194,170) instead hex code.

Text Font Color

.myTextColor { color: #A5C2AA; }

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

This text font color is #A5C2AA.

Background Color

.myBgColor { background-color: #A5C2AA; }

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

This div background color is #A5C2AA.

Border color

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

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

This div border color is #A5C2AA.

Opacity

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

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

Text with #A5C2AA 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 #A5C2AA;}

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

This text has shadow with #A5C2AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5C2AA.

Preview

Color preview on black background

This text has color #A5C2AA on black background.


Color preview on white background

This text has color #A5C2AA on white background.


Black color preview on #A5C2AA background

This text has black color on #A5C2AA background.


White color preview on #A5C2AA background

This text has white color on #A5C2AA background.


Related colors

Complementary color

Complementary color for #hex is #5A3D55.


I love getcolorcode.com

Triadic colors

1 #AAA5C2 and #C2AAA5 with #A5C2AA are triadic colors.

2 #AAC2A5 and #C2A5AA with #A5C2AA are triadic colors.