#A8B6A9

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

Shades of Zanah #A8B6A9

Tints of Zanah #A8B6A9

Color information

#A8B6A9 (or 0xA8B6A9) is unknown color: approx Zanah. HEX triplet: A8, B6 and A9. RGB value is (168,182,169). Sum of RGB (Red+Green+Blue) = 168+182+169=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 182 (71.48% from 255 or 35.07% from 519); Blue value is 169 (66.41% from 255 or 32.56% from 519); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B6A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B6A9 is #574956. Grayscale: #B0B0B0. Windows color (decimal): -5720407 or 11122344. OLE color: 11122344.

HSL color Cylindrical-coordinate representation of color #A8B6A9: hue angle of 124.29º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A8B6A9 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB168182169-
CMYK0.0800.070.29
HSL124.29º8.75%68.63%-
HSV(B)124.29º7.69%71.37%-
XYZ40.0444.6544.04-
YUV176.33123.86122.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.37%
GREEN value IS 182 (71.48% from 255) = 35.07%
BLUE value IS 169 (66.41% from 255) = 32.56%
R=32.37%
G=35.07%
B=32.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681821690.0800.070.29124.298.7568.63
HexA8B6A98071D7c945
Octal25026625110073517411105
Binary1010100010110110101010011000011111101111110010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B6A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B6A9; }

 p { color: rgb(168,182,169); }

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

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

 a { background-color: rgb(168,182,169); }

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

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

 span { border-color: rgb(168,182,169); }

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