#A9BBAA

Color #A9BBAA Zanah (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zanah #A9BBAA

Tints of Zanah #A9BBAA

Color information

#A9BBAA (or 0xA9BBAA) is unknown color: approx 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

RGB169187170-
CMYK0.1000.090.27
HSL123.33º11.69%69.8%-
HSV(B)123.33º9.63%73.33%-
XYZ41.3946.8844.9-
YUV179.68122.54120.38-

RGB Variations

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

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.80% from 255) = 32.32%
R=32.13%
G=35.55%
B=32.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691871700.1000.090.27123.3311.6969.8
HexA9BBAAA091B7bc46
Octal251273252120113317314106
Binary10101001101110111010101010100100111011111101111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>