#A8CEA3

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

Shades of Zanah #A8CEA3

Tints of Zanah #A8CEA3

Color information

#A8CEA3 (or 0xA8CEA3) is unknown color: approx Zanah. HEX triplet: A8, CE and A3. RGB value is (168,206,163). Sum of RGB (Red+Green+Blue) = 168+206+163=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 163 (64.06% from 255 or 30.35% from 537); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CEA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CEA3 is #57315C. Grayscale: #BDBDBD. Windows color (decimal): -5714269 or 10735272. OLE color: 10735272.

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

Color convert

RGB168206163-
CMYK0.1800.210.19
HSL113.02º30.5%72.35%-
HSV(B)113.02º20.87%80.78%-
XYZ44.8355.1142.93-
YUV189.74112.91112.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.28%
GREEN value IS 206 (80.86% from 255) = 38.36%
BLUE value IS 163 (64.06% from 255) = 30.35%
R=31.28%
G=38.36%
B=30.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1682061630.1800.210.19113.0230.572.35
HexA8CEA31201513711e48
Octal250316243220252316136110
Binary10101000110011101010001110010010101100111110001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CEA3; }

 p { color: rgb(168,206,163); }

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

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

 a { background-color: rgb(168,206,163); }

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

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

 span { border-color: rgb(168,206,163); }

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