#A8CAA7

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

Shades of Zanah #A8CAA7

Tints of Zanah #A8CAA7

Color information

#A8CAA7 (or 0xA8CAA7) is unknown color: approx Zanah. HEX triplet: A8, CA and A7. RGB value is (168,202,167). Sum of RGB (Red+Green+Blue) = 168+202+167=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 202 (79.30% from 255 or 37.62% from 537); Blue value is 167 (65.62% from 255 or 31.10% from 537); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CAA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CAA7 is #573558. Grayscale: #BBBBBB. Windows color (decimal): -5715289 or 10996392. OLE color: 10996392.

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

Color convert

RGB168202167-
CMYK0.1700.170.21
HSL118.29º24.82%72.35%-
HSV(B)118.29º17.33%79.22%-
XYZ44.2453.3644.53-
YUV187.84116.24113.85-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.28%
GREEN value IS 202 (79.30% from 255) = 37.62%
BLUE value IS 167 (65.62% from 255) = 31.10%
R=31.28%
G=37.62%
B=31.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1682021670.1700.170.21118.2924.8272.35
HexA8CAA71101115761948
Octal250312247210212516631110
Binary10101000110010101010011110001010001101011110110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CAA7; }

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

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

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

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

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

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

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

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