#A9BDAA

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

Shades of Zanah #A9BDAA

Tints of Zanah #A9BDAA

Color information

#A9BDAA (or 0xA9BDAA) is unknown color: approx Zanah. HEX triplet: A9, BD and AA. RGB value is (169,189,170). Sum of RGB (Red+Green+Blue) = 169+189+170=528 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.01% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 170 (66.80% from 255 or 32.20% from 528); Max value from RGB is 189 - color contains mainly: green. Hex color #A9BDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BDAA is #564255. Grayscale: #B4B4B4. Windows color (decimal): -5653078 or 11189673. OLE color: 11189673.

HSL color Cylindrical-coordinate representation of color #A9BDAA: hue angle of 123º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A9BDAA is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB169189170-
CMYK0.1100.100.26
HSL123º13.16%70.2%-
HSV(B)123º10.58%74.12%-
XYZ41.8247.7345.04-
YUV180.85121.87119.54-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.01%
GREEN value IS 189 (74.22% from 255) = 35.80%
BLUE value IS 170 (66.80% from 255) = 32.20%
R=32.01%
G=35.80%
B=32.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691891700.1100.100.2612313.1670.2
HexA9BDAAB0A1A7bd46
Octal251275252130123217315106
Binary10101001101111011010101010110101011010111101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BDAA; }

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

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

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

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

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

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

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

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