#A6CAA5

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

Shades of Zanah #A6CAA5

Tints of Zanah #A6CAA5

Color information

#A6CAA5 (or 0xA6CAA5) is unknown color: approx Zanah. HEX triplet: A6, CA and A5. RGB value is (166,202,165). Sum of RGB (Red+Green+Blue) = 166+202+165=533 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.14% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 165 (64.84% from 255 or 30.96% from 533); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CAA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CAA5 is #59355A. Grayscale: #BBBBBB. Windows color (decimal): -5846363 or 10865318. OLE color: 10865318.

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

Color convert

RGB166202165-
CMYK0.1800.180.21
HSL118.38º25.87%71.96%-
HSV(B)118.38º18.32%79.22%-
XYZ43.6453.0643.54-
YUV187.02115.57113.01-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.14%
GREEN value IS 202 (79.30% from 255) = 37.90%
BLUE value IS 165 (64.84% from 255) = 30.96%
R=31.14%
G=37.90%
B=30.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1662021650.1800.180.21118.3825.8771.96
HexA6CAA51201215761a48
Octal246312245220222516632110
Binary10100110110010101010010110010010010101011110110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CAA5; }

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

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

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

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

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

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

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

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