#A9C8AA

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

Shades of Zanah #A9C8AA

Tints of Zanah #A9C8AA

Color information

#A9C8AA (or 0xA9C8AA) is unknown color: approx Zanah. HEX triplet: A9, C8 and AA. RGB value is (169,200,170). Sum of RGB (Red+Green+Blue) = 169+200+170=539 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.35% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 200 - color contains mainly: green. Hex color #A9C8AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C8AA is #563755. Grayscale: #BBBBBB. Windows color (decimal): -5650262 or 11192489. OLE color: 11192489.

HSL color Cylindrical-coordinate representation of color #A9C8AA: hue angle of 121.94º degrees, saturation: 0.22, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A9C8AA is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB169200170-
CMYK0.1600.150.22
HSL121.94º21.99%72.35%-
HSV(B)121.94º15.5%78.43%-
XYZ44.2752.6545.86-
YUV187.31118.23114.94-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.35%
GREEN value IS 200 (78.52% from 255) = 37.11%
BLUE value IS 170 (66.80% from 255) = 31.54%
R=31.35%
G=37.11%
B=31.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1692001700.1600.150.22121.9421.9972.35
HexA9C8AA100F167a1648
Octal251310252200172617226110
Binary1010100111001000101010101000001111101101111010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C8AA; }

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

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

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

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

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

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

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

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