#A9C9A5

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

Shades of Zanah #A9C9A5

Tints of Zanah #A9C9A5

Color information

#A9C9A5 (or 0xA9C9A5) is unknown color: approx Zanah. HEX triplet: A9, C9 and A5. RGB value is (169,201,165). Sum of RGB (Red+Green+Blue) = 169+201+165=535 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.59% from 535); Green value is 201 (78.91% from 255 or 37.57% from 535); Blue value is 165 (64.84% from 255 or 30.84% from 535); Max value from RGB is 201 - color contains mainly: green. Hex color #A9C9A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C9A5 is #56365A. Grayscale: #BBBBBB. Windows color (decimal): -5650011 or 10865065. OLE color: 10865065.

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

Color convert

RGB169201165-
CMYK0.1600.180.21
HSL113.33º25%71.76%-
HSV(B)113.33º17.91%78.82%-
XYZ44.0452.9243.49-
YUV187.33115.4114.93-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.59%
GREEN value IS 201 (78.91% from 255) = 37.57%
BLUE value IS 165 (64.84% from 255) = 30.84%
R=31.59%
G=37.57%
B=30.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1692011650.1600.180.21113.332571.76
HexA9C9A51001215711948
Octal251311245200222516131110
Binary10101001110010011010010110000010010101011110001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C9A5; }

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

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

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

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

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

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

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

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