#A7CEA4

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

Shades of Zanah #A7CEA4

Tints of Zanah #A7CEA4

Color information

#A7CEA4 (or 0xA7CEA4) is unknown color: approx Zanah. HEX triplet: A7, CE and A4. RGB value is (167,206,164). Sum of RGB (Red+Green+Blue) = 167+206+164=537 (71% of max value = 765). Red value is 167 (65.62% from 255 or 31.10% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 164 (64.45% from 255 or 30.54% from 537); Max value from RGB is 206 - color contains mainly: green. Hex color #A7CEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CEA4 is #58315B. Grayscale: #BDBDBD. Windows color (decimal): -5779804 or 10800807. OLE color: 10800807.

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

Color convert

RGB167206164-
CMYK0.1900.200.19
HSL115.71º30%72.55%-
HSV(B)115.71º20.39%80.78%-
XYZ44.7155.0443.39-
YUV189.55113.58111.92-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.10%
GREEN value IS 206 (80.86% from 255) = 38.36%
BLUE value IS 164 (64.45% from 255) = 30.54%
R=31.10%
G=38.36%
B=30.54%

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
Decimal1672061640.1900.200.19115.713072.55
HexA7CEA41301413741e49
Octal247316244230242316436111
Binary10100111110011101010010010011010100100111110100111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CEA4; }

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

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

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

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

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

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

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

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