#A7C2A6

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

Shades of Zanah #A7C2A6

Tints of Zanah #A7C2A6

Color information

#A7C2A6 (or 0xA7C2A6) is unknown color: approx Zanah. HEX triplet: A7, C2 and A6. RGB value is (167,194,166). Sum of RGB (Red+Green+Blue) = 167+194+166=527 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.69% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 166 (65.23% from 255 or 31.50% from 527); Max value from RGB is 194 - color contains mainly: green. Hex color #A7C2A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C2A6 is #583D59. Grayscale: #B6B6B6. Windows color (decimal): -5782874 or 10928807. OLE color: 10928807.

HSL color Cylindrical-coordinate representation of color #A7C2A6: hue angle of 117.86º degrees, saturation: 0.19, 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 #A7C2A6 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB167194166-
CMYK0.1400.140.24
HSL117.86º18.67%70.59%-
HSV(B)117.86º14.43%76.08%-
XYZ42.1149.5543.42-
YUV182.74118.55116.78-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.69%
GREEN value IS 194 (76.17% from 255) = 36.81%
BLUE value IS 166 (65.23% from 255) = 31.50%
R=31.69%
G=36.81%
B=31.50%

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
Decimal1671941660.1400.140.24117.8618.6770.59
HexA7C2A6E0E18761347
Octal247302246160163016623107
Binary101001111100001010100110111001110110001110110100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C2A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C2A6; }

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

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

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

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

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

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

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

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