#A9BAA9

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

Shades of Zanah #A9BAA9

Tints of Zanah #A9BAA9

Color information

#A9BAA9 (or 0xA9BAA9) is unknown color: approx Zanah. HEX triplet: A9, BA and A9. RGB value is (169,186,169). Sum of RGB (Red+Green+Blue) = 169+186+169=524 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.25% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 169 (66.41% from 255 or 32.25% from 524); Max value from RGB is 186 - color contains mainly: green. Hex color #A9BAA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BAA9 is #564556. Grayscale: #B3B3B3. Windows color (decimal): -5653847 or 11123369. OLE color: 11123369.

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

Color convert

RGB169186169-
CMYK0.0900.090.27
HSL120º10.97%69.61%-
HSV(B)120º9.14%72.94%-
XYZ41.0846.4244.33-
YUV178.98122.37120.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.25%
GREEN value IS 186 (73.05% from 255) = 35.50%
BLUE value IS 169 (66.41% from 255) = 32.25%
R=32.25%
G=35.50%
B=32.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691861690.0900.090.2712010.9769.61
HexA9BAA99091B78b46
Octal251272251110113317013106
Binary10101001101110101010100110010100111011111100010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BAA9; }

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

 H1.HeaderClassName
 {
   color: #A9BAA9;
 }
 .AnyTagClassName
 {
   color: #A9BAA9;
 }
</style>
background-color css

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

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

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

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

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

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