#A9C4AA

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

Shades of Zanah #A9C4AA

Tints of Zanah #A9C4AA

Color information

#A9C4AA (or 0xA9C4AA) is unknown color: approx Zanah. HEX triplet: A9, C4 and AA. RGB value is (169,196,170). Sum of RGB (Red+Green+Blue) = 169+196+170=535 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.59% from 535); Green value is 196 (76.95% from 255 or 36.64% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 196 - color contains mainly: green. Hex color #A9C4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C4AA is #563B55. Grayscale: #B9B9B9. Windows color (decimal): -5651286 or 11191465. OLE color: 11191465.

HSL color Cylindrical-coordinate representation of color #A9C4AA: hue angle of 122.22º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A9C4AA is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB169196170-
CMYK0.1400.130.23
HSL122.22º18.62%71.57%-
HSV(B)122.22º13.78%76.86%-
XYZ43.3650.8245.55-
YUV184.96119.55116.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.59%
GREEN value IS 196 (76.95% from 255) = 36.64%
BLUE value IS 170 (66.80% from 255) = 31.78%
R=31.59%
G=36.64%
B=31.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1691961700.1400.130.23122.2218.6271.57
HexA9C4AAE0D177a1348
Octal251304252160152717223110
Binary101010011100010010101010111001101101111111010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C4AA; }

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

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

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

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

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

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

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

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