Html Css Color HEX #A9BBAA Zanah

📋 copy color: '#A9BBAA'

red 169 ◦ green 187 ◦ blue 170

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

Shades of Zanah #A9BBAA

Tints of Zanah #A9BBAA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.55%

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

R = 32.13%
G = 35.55%
B = 32.32%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#A9BBAA (or 0xA9BBAA) is known color: Zanah. HEX triplet: A9, BB and AA. RGB value is (169,187,170). Sum of RGB (Red+Green+Blue) = 169+187+170=526 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.13% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 170 (66.80% from 255 or 32.32% from 526); Max value from RGB is 187 - color contains mainly: green. Hex color #A9BBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BBAA is #564455. Grayscale: #B3B3B3. Windows color (decimal): -5653590 or 11189161. OLE color: 11189161.

HSL color Cylindrical-coordinate representation of color #A9BBAA: hue angle of 123.33º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A9BBAA is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 169 187 170 -
CMYK 0.10 0 0.09 0.27
HSL 123.33º 0.12% 0.7% -
HSV(B) 123.33º 0.1% 0.73% -
XYZ 41.39 46.88 44.9 -
YUV 179.68 122.54 120.38 -
System Red Green Blue C M Y K H S L
Decimal 169 187 170 0.10 0 0.09 0.27 123.33 0.12 0.7
Hex A9 BB AA A 0 9 1B 7B C 46
Octal 251 273 252 12 0 11 33 173 14 106
Binary 10101001 10111011 10101010 1010 0 1001 11011 1111011 1100 1000110

Color Harmonies of #A9BBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BBAA

Black with #A9BBAA

Text Example


Text Example

White with #A9BBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BBAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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