#A9CBAA

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

Shades of Zanah #A9CBAA

Tints of Zanah #A9CBAA

Color information

#A9CBAA (or 0xA9CBAA) is unknown color: approx Zanah. HEX triplet: A9, CB and AA. RGB value is (169,203,170). Sum of RGB (Red+Green+Blue) = 169+203+170=542 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.18% from 542); Green value is 203 (79.69% from 255 or 37.45% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 203 - color contains mainly: green. Hex color #A9CBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CBAA is #563455. Grayscale: #BDBDBD. Windows color (decimal): -5649494 or 11193257. OLE color: 11193257.

HSL color Cylindrical-coordinate representation of color #A9CBAA: hue angle of 121.76º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A9CBAA is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB169203170-
CMYK0.1700.160.20
HSL121.76º24.64%72.94%-
HSV(B)121.76º16.75%79.61%-
XYZ44.9754.0546.09-
YUV189.07117.24113.68-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.18%
GREEN value IS 203 (79.69% from 255) = 37.45%
BLUE value IS 170 (66.80% from 255) = 31.37%
R=31.18%
G=37.45%
B=31.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1692031700.1700.160.20121.7624.6472.94
HexA9CBAA11010147a1949
Octal251313252210202417231111
Binary10101001110010111010101010001010000101001111010110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CBAA; }

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

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

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

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

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

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

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

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