#A8CAA9

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

Shades of Zanah #A8CAA9

Tints of Zanah #A8CAA9

Color information

#A8CAA9 (or 0xA8CAA9) is unknown color: approx Zanah. HEX triplet: A8, CA and A9. RGB value is (168,202,169). Sum of RGB (Red+Green+Blue) = 168+202+169=539 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.17% from 539); Green value is 202 (79.30% from 255 or 37.48% from 539); Blue value is 169 (66.41% from 255 or 31.35% from 539); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CAA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CAA9 is #573556. Grayscale: #BCBCBC. Windows color (decimal): -5715287 or 11127464. OLE color: 11127464.

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

Color convert

RGB168202169-
CMYK0.1700.160.21
HSL121.76º24.29%72.55%-
HSV(B)121.76º16.83%79.22%-
XYZ44.4353.4345.51-
YUV188.07117.24113.68-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.17%
GREEN value IS 202 (79.30% from 255) = 37.48%
BLUE value IS 169 (66.41% from 255) = 31.35%
R=31.17%
G=37.48%
B=31.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1682021690.1700.160.21121.7624.2972.55
HexA8CAA911010157a1849
Octal250312251210202517230111
Binary10101000110010101010100110001010000101011111010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CAA9; }

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

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

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

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

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

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

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

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