Html Css Color HEX #A9C2A9 Zanah

📋 copy color: '#A9C2A9'

red 169 ◦ green 194 ◦ blue 169

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

Shades of Zanah #A9C2A9

Tints of Zanah #A9C2A9

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.47%

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

R = 31.77%
G = 36.47%
B = 31.77%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#A9C2A9 (or 0xA9C2A9) is known color: Zanah. HEX triplet: A9, C2 and A9. RGB value is (169,194,169). Sum of RGB (Red+Green+Blue) = 169+194+169=532 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.77% from 532); Green value is 194 (76.17% from 255 or 36.47% from 532); Blue value is 169 (66.41% from 255 or 31.77% from 532); Max value from RGB is 194 - color contains mainly: green. Hex color #A9C2A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C2A9 is #563D56. Grayscale: #B7B7B7. Windows color (decimal): -5651799 or 11125417. OLE color: 11125417.

HSL color Cylindrical-coordinate representation of color #A9C2A9: hue angle of 120º degrees, saturation: 0.17, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A9C2A9 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB 169 194 169 -
CMYK 0.13 0 0.13 0.24
HSL 120º 0.17% 0.71% -
HSV(B) 120º 0.13% 0.76% -
XYZ 42.82 49.88 44.91 -
YUV 183.68 119.72 117.53 -
System Red Green Blue C M Y K H S L
Decimal 169 194 169 0.13 0 0.13 0.24 120 0.17 0.71
Hex A9 C2 A9 D 0 D 18 78 11 47
Octal 251 302 251 15 0 15 30 170 21 107
Binary 10101001 11000010 10101001 1101 0 1101 11000 1111000 10001 1000111

Color Harmonies of #A9C2A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C2A9

Black with #A9C2A9

Text Example


Text Example

White with #A9C2A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C2A9; }

 p { color: rgb(169,194,169); }

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

background-color css

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

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

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

border-color css

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

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

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