#A9CAA5

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

Shades of Zanah #A9CAA5

Tints of Zanah #A9CAA5

Color information

#A9CAA5 (or 0xA9CAA5) is unknown color: approx Zanah. HEX triplet: A9, CA and A5. RGB value is (169,202,165). Sum of RGB (Red+Green+Blue) = 169+202+165=536 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.53% from 536); Green value is 202 (79.30% from 255 or 37.69% from 536); Blue value is 165 (64.84% from 255 or 30.78% from 536); Max value from RGB is 202 - color contains mainly: green. Hex color #A9CAA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CAA5 is #56355A. Grayscale: #BCBCBC. Windows color (decimal): -5649755 or 10865321. OLE color: 10865321.

HSL color Cylindrical-coordinate representation of color #A9CAA5: hue angle of 113.51º degrees, saturation: 0.26, 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 #A9CAA5 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB169202165-
CMYK0.1600.180.21
HSL113.51º25.87%71.96%-
HSV(B)113.51º18.32%79.22%-
XYZ44.2753.3943.57-
YUV187.92115.07114.51-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.53%
GREEN value IS 202 (79.30% from 255) = 37.69%
BLUE value IS 165 (64.84% from 255) = 30.78%
R=31.53%
G=37.69%
B=30.78%

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
Decimal1692021650.1600.180.21113.5125.8771.96
HexA9CAA51001215721a48
Octal251312245200222516232110
Binary10101001110010101010010110000010010101011110010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CAA5; }

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

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

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

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

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

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

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

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