#A7CFA6

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

Shades of Zanah #A7CFA6

Tints of Zanah #A7CFA6

Color information

#A7CFA6 (or 0xA7CFA6) is unknown color: approx Zanah. HEX triplet: A7, CF and A6. RGB value is (167,207,166). Sum of RGB (Red+Green+Blue) = 167+207+166=540 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.93% from 540); Green value is 207 (81.25% from 255 or 38.33% from 540); Blue value is 166 (65.23% from 255 or 30.74% from 540); Max value from RGB is 207 - color contains mainly: green. Hex color #A7CFA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CFA6 is #583059. Grayscale: #BEBEBE. Windows color (decimal): -5779546 or 10932135. OLE color: 10932135.

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

Color convert

RGB167207166-
CMYK0.1900.200.19
HSL118.54º29.93%73.14%-
HSV(B)118.54º19.81%81.18%-
XYZ45.1355.5944.43-
YUV190.37114.25111.33-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.93%
GREEN value IS 207 (81.25% from 255) = 38.33%
BLUE value IS 166 (65.23% from 255) = 30.74%
R=30.93%
G=38.33%
B=30.74%

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
Decimal1672071660.1900.200.19118.5429.9373.14
HexA7CFA61301413771e49
Octal247317246230242316736111
Binary10100111110011111010011010011010100100111110111111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CFA6; }

 p { color: rgb(167,207,166); }

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

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

 a { background-color: rgb(167,207,166); }

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

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

 span { border-color: rgb(167,207,166); }

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