Html Css Color HEX #A9C4AA Zanah

📋 copy color: '#A9C4AA'

red 169 ◦ green 196 ◦ blue 170

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

Shades of Zanah #A9C4AA

Tints of Zanah #A9C4AA

RGB

 RED value IS 169 (66.41% from 255) = 31.59%

 GREEN value IS 196 (76.95% from 255) = 36.64%

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

R = 31.59%
G = 36.64%
B = 31.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#A9C4AA (or 0xA9C4AA) is known color: Zanah. HEX triplet: A9, C4 and AA. RGB value is (169,196,170). Sum of RGB (Red+Green+Blue) = 169+196+170=535 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.59% from 535); Green value is 196 (76.95% from 255 or 36.64% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 196 - color contains mainly: green. Hex color #A9C4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C4AA is #563B55. Grayscale: #B9B9B9. Windows color (decimal): -5651286 or 11191465. OLE color: 11191465.

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

Color convert

RGB 169 196 170 -
CMYK 0.14 0 0.13 0.23
HSL 122.22º 0.19% 0.72% -
HSV(B) 122.22º 0.14% 0.77% -
XYZ 43.36 50.82 45.55 -
YUV 184.96 119.55 116.61 -
System Red Green Blue C M Y K H S L
Decimal 169 196 170 0.14 0 0.13 0.23 122.22 0.19 0.72
Hex A9 C4 AA E 0 D 17 7A 13 48
Octal 251 304 252 16 0 15 27 172 23 110
Binary 10101001 11000100 10101010 1110 0 1101 10111 1111010 10011 1001000

Color Harmonies of #A9C4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C4AA

Black with #A9C4AA

Text Example


Text Example

White with #A9C4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C4AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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