Html Css Color HEX #AAC5A9 Zanah

📋 copy color: '#AAC5A9'

red 170 ◦ green 197 ◦ blue 169

#AAC5A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zanah #AAC5A9

Tints of Zanah #AAC5A9

RGB

 RED value IS 170 (66.8% from 255) = 31.72%

 GREEN value IS 197 (77.34% from 255) = 36.75%

 BLUE value IS 169 (66.41% from 255) = 31.53%

R = 31.72%
G = 36.75%
B = 31.53%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.23

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AAC5A9 (or 0xAAC5A9) is known color: Zanah. HEX triplet: AA, C5 and A9. RGB value is (170,197,169). Sum of RGB (Red+Green+Blue) = 170+197+169=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 197 (77.34% from 255 or 36.75% from 536); Blue value is 169 (66.41% from 255 or 31.53% from 536); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC5A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC5A9 is #553A56. Grayscale: #B9B9B9. Windows color (decimal): -5585495 or 11126186. OLE color: 11126186.

HSL color Cylindrical-coordinate representation of color #AAC5A9: hue angle of 117.86º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAC5A9 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 197 169 -
CMYK 0.14 0 0.14 0.23
HSL 117.86º 0.19% 0.72% -
HSV(B) 117.86º 0.14% 0.77% -
XYZ 43.71 51.34 45.14 -
YUV 185.74 118.55 116.78 -
System Red Green Blue C M Y K H S L
Decimal 170 197 169 0.14 0 0.14 0.23 117.86 0.19 0.72
Hex AA C5 A9 E 0 E 17 76 13 48
Octal 252 305 251 16 0 16 27 166 23 110
Binary 10101010 11000101 10101001 1110 0 1110 10111 1110110 10011 1001000

Color Harmonies of #AAC5A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC5A9

Black with #AAC5A9

Text Example


Text Example

White with #AAC5A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC5A9; }

 p { color: rgb(170,197,169); }

 H1.HeaderClassName
 {
   color: #AAC5A9;
 }
 .AnyTagClassName
 {
   color: #AAC5A9;
 }
</style>

background-color css

<style>
 a { background-color: #AAC5A9; }

 a { background-color: rgb(170,197,169); }

 div.DivClassName
 {
   background-color: #AAC5A9;
 }
 .BgClassName
 {
   background-color: #AAC5A9;
 }
</style>

border-color css

<style>
 span { border-color: #AAC5A9; }

 span { border-color: rgb(170,197,169); }

 td.TdClassName
 {
   border-color: #AAC5A9;
 }
 .TagClassName
 {
   border-color: #AAC5A9;
 }
</style>