Html Css Color HEX #AAC5AA Zanah

📋 copy color: '#AAC5AA'

red 170 ◦ green 197 ◦ blue 170

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

Shades of Zanah #AAC5AA

Tints of Zanah #AAC5AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 31.66%

R = 31.66%
G = 36.69%
B = 31.66%

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

#AAC5AA (or 0xAAC5AA) is known color: Zanah. HEX triplet: AA, C5 and AA. RGB value is (170,197,170). Sum of RGB (Red+Green+Blue) = 170+197+170=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 197 (77.34% from 255 or 36.69% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC5AA is #553A55. Grayscale: #B9B9B9. Windows color (decimal): -5585494 or 11191722. OLE color: 11191722.

HSL color Cylindrical-coordinate representation of color #AAC5AA: hue angle of 120º 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 #AAC5AA is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 197 170 -
CMYK 0.14 0 0.14 0.23
HSL 120º 0.19% 0.72% -
HSV(B) 120º 0.14% 0.77% -
XYZ 43.8 51.38 45.64 -
YUV 185.85 119.05 116.7 -
System Red Green Blue C M Y K H S L
Decimal 170 197 170 0.14 0 0.14 0.23 120 0.19 0.72
Hex AA C5 AA E 0 E 17 78 13 48
Octal 252 305 252 16 0 16 27 170 23 110
Binary 10101010 11000101 10101010 1110 0 1110 10111 1111000 10011 1001000

Color Harmonies of #AAC5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC5AA

Black with #AAC5AA

Text Example


Text Example

White with #AAC5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC5AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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