#A6CEA4

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

Shades of Zanah #A6CEA4

Tints of Zanah #A6CEA4

Color information

#A6CEA4 (or 0xA6CEA4) is unknown color: approx Zanah. HEX triplet: A6, CE and A4. RGB value is (166,206,164). Sum of RGB (Red+Green+Blue) = 166+206+164=536 (70% of max value = 765). Red value is 166 (65.23% from 255 or 30.97% from 536); Green value is 206 (80.86% from 255 or 38.43% from 536); Blue value is 164 (64.45% from 255 or 30.60% from 536); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CEA4 is #59315B. Grayscale: #BDBDBD. Windows color (decimal): -5845340 or 10800806. OLE color: 10800806.

HSL color Cylindrical-coordinate representation of color #A6CEA4: hue angle of 117.14º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A6CEA4 is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB166206164-
CMYK0.1900.200.19
HSL117.14º30%72.55%-
HSV(B)117.14º20.39%80.78%-
XYZ44.554.9343.38-
YUV189.25113.75111.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.97%
GREEN value IS 206 (80.86% from 255) = 38.43%
BLUE value IS 164 (64.45% from 255) = 30.60%
R=30.97%
G=38.43%
B=30.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1662061640.1900.200.19117.143072.55
HexA6CEA41301413751e49
Octal246316244230242316536111
Binary10100110110011101010010010011010100100111110101111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CEA4; }

 p { color: rgb(166,206,164); }

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

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

 a { background-color: rgb(166,206,164); }

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

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

 span { border-color: rgb(166,206,164); }

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