#A8C2A7

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

Shades of Zanah #A8C2A7

Tints of Zanah #A8C2A7

Color information

#A8C2A7 (or 0xA8C2A7) is unknown color: approx Zanah. HEX triplet: A8, C2 and A7. RGB value is (168,194,167). Sum of RGB (Red+Green+Blue) = 168+194+167=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 167 (65.62% from 255 or 31.57% from 529); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C2A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C2A7 is #573D58. Grayscale: #B7B7B7. Windows color (decimal): -5717337 or 10994344. OLE color: 10994344.

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

Color convert

RGB168194167-
CMYK0.1300.140.24
HSL117.78º18.12%70.78%-
HSV(B)117.78º13.92%76.08%-
XYZ42.4249.743.92-
YUV183.15118.89117.2-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.76%
GREEN value IS 194 (76.17% from 255) = 36.67%
BLUE value IS 167 (65.62% from 255) = 31.57%
R=31.76%
G=36.67%
B=31.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681941670.1300.140.24117.7818.1270.78
HexA8C2A7D0E18761247
Octal250302247150163016622107
Binary101010001100001010100111110101110110001110110100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C2A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C2A7; }

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

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

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

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

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

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

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

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