#A7C2A7

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

Shades of Zanah #A7C2A7

Tints of Zanah #A7C2A7

Color information

#A7C2A7 (or 0xA7C2A7) is unknown color: approx Zanah. HEX triplet: A7, C2 and A7. RGB value is (167,194,167). Sum of RGB (Red+Green+Blue) = 167+194+167=528 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.63% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 167 (65.62% from 255 or 31.63% from 528); Max value from RGB is 194 - color contains mainly: green. Hex color #A7C2A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C2A7 is #583D58. Grayscale: #B6B6B6. Windows color (decimal): -5782873 or 10994343. OLE color: 10994343.

HSL color Cylindrical-coordinate representation of color #A7C2A7: hue angle of 120º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A7C2A7 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB167194167-
CMYK0.1400.140.24
HSL120º18.12%70.78%-
HSV(B)120º13.92%76.08%-
XYZ42.249.5943.91-
YUV182.85119.05116.7-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.63%
GREEN value IS 194 (76.17% from 255) = 36.74%
BLUE value IS 167 (65.62% from 255) = 31.63%
R=31.63%
G=36.74%
B=31.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1671941670.1400.140.2412018.1270.78
HexA7C2A7E0E18781247
Octal247302247160163017022107
Binary101001111100001010100111111001110110001111000100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C2A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C2A7; }

 p { color: rgb(167,194,167); }

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

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

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

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

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

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

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