#A9C9A7

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

Shades of Zanah #A9C9A7

Tints of Zanah #A9C9A7

Color information

#A9C9A7 (or 0xA9C9A7) is unknown color: approx Zanah. HEX triplet: A9, C9 and A7. RGB value is (169,201,167). Sum of RGB (Red+Green+Blue) = 169+201+167=537 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.47% from 537); Green value is 201 (78.91% from 255 or 37.43% from 537); Blue value is 167 (65.62% from 255 or 31.10% from 537); Max value from RGB is 201 - color contains mainly: green. Hex color #A9C9A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C9A7 is #563658. Grayscale: #BBBBBB. Windows color (decimal): -5650009 or 10996137. OLE color: 10996137.

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

Color convert

RGB169201167-
CMYK0.1600.170.21
HSL116.47º23.94%72.16%-
HSV(B)116.47º16.92%78.82%-
XYZ44.225344.46-
YUV187.56116.4114.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.47%
GREEN value IS 201 (78.91% from 255) = 37.43%
BLUE value IS 167 (65.62% from 255) = 31.10%
R=31.47%
G=37.43%
B=31.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1692011670.1600.170.21116.4723.9472.16
HexA9C9A71001115741848
Octal251311247200212516430110
Binary10101001110010011010011110000010001101011110100110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C9A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C9A7; }

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

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

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

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

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

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

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

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