#A8C6A7

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

Shades of Zanah #A8C6A7

Tints of Zanah #A8C6A7

Color information

#A8C6A7 (or 0xA8C6A7) is unknown color: approx Zanah. HEX triplet: A8, C6 and A7. RGB value is (168,198,167). Sum of RGB (Red+Green+Blue) = 168+198+167=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 198 (77.73% from 255 or 37.15% from 533); Blue value is 167 (65.62% from 255 or 31.33% from 533); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C6A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C6A7 is #573958. Grayscale: #B9B9B9. Windows color (decimal): -5716313 or 10995368. OLE color: 10995368.

HSL color Cylindrical-coordinate representation of color #A8C6A7: hue angle of 118.06º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A8C6A7 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB168198167-
CMYK0.1500.160.22
HSL118.06º21.38%71.57%-
HSV(B)118.06º15.66%77.65%-
XYZ43.3251.544.22-
YUV185.5117.56115.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.52%
GREEN value IS 198 (77.73% from 255) = 37.15%
BLUE value IS 167 (65.62% from 255) = 31.33%
R=31.52%
G=37.15%
B=31.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1681981670.1500.160.22118.0621.3871.57
HexA8C6A7F01016761548
Octal250306247170202616625110
Binary1010100011000110101001111111010000101101110110101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C6A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C6A7; }

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

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

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

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

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

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

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

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