#A9C9A9

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

Shades of Zanah #A9C9A9

Tints of Zanah #A9C9A9

Color information

#A9C9A9 (or 0xA9C9A9) is unknown color: approx Zanah. HEX triplet: A9, C9 and A9. RGB value is (169,201,169). Sum of RGB (Red+Green+Blue) = 169+201+169=539 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.35% from 539); Green value is 201 (78.91% from 255 or 37.29% from 539); Blue value is 169 (66.41% from 255 or 31.35% from 539); Max value from RGB is 201 - color contains mainly: green. Hex color #A9C9A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C9A9 is #563656. Grayscale: #BBBBBB. Windows color (decimal): -5650007 or 11127209. OLE color: 11127209.

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

Color convert

RGB169201169-
CMYK0.1600.160.21
HSL120º22.86%72.55%-
HSV(B)120º15.92%78.82%-
XYZ44.4153.0745.44-
YUV187.78117.4114.6-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.35%
GREEN value IS 201 (78.91% from 255) = 37.29%
BLUE value IS 169 (66.41% from 255) = 31.35%
R=31.35%
G=37.29%
B=31.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1692011690.1600.160.2112022.8672.55
HexA9C9A91001015781749
Octal251311251200202517027111
Binary10101001110010011010100110000010000101011111000101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C9A9; }

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

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

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

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

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

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

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

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