#A9C0AA

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

Shades of Zanah #A9C0AA

Tints of Zanah #A9C0AA

Color information

#A9C0AA (or 0xA9C0AA) is unknown color: approx Zanah. HEX triplet: A9, C0 and AA. RGB value is (169,192,170). Sum of RGB (Red+Green+Blue) = 169+192+170=531 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.83% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 170 (66.80% from 255 or 32.02% from 531); Max value from RGB is 192 - color contains mainly: green. Hex color #A9C0AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C0AA is #563F55. Grayscale: #B6B6B6. Windows color (decimal): -5652310 or 11190441. OLE color: 11190441.

HSL color Cylindrical-coordinate representation of color #A9C0AA: hue angle of 122.61º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A9C0AA is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB169192170-
CMYK0.1200.110.25
HSL122.61º15.44%70.78%-
HSV(B)122.61º11.98%75.29%-
XYZ42.4749.0445.26-
YUV182.61120.88118.29-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.83%
GREEN value IS 192 (75.39% from 255) = 36.16%
BLUE value IS 170 (66.80% from 255) = 32.02%
R=31.83%
G=36.16%
B=32.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691921700.1200.110.25122.6115.4470.78
HexA9C0AAC0B197bf47
Octal251300252140133117317107
Binary10101001110000001010101011000101111001111101111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C0AA; }

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

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

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

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

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

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

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

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