Shades of Zanah #A8B8A8
Tints of Zanah #A8B8A8
RGB
CMYK
RGB Variations
Color information
#A8B8A8 (or 0xA8B8A8) is known color: Zanah. HEX triplet: A8, B8 and A8. RGB value is (168,184,168). Sum of RGB (Red+Green+Blue) = 168+184+168=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 184 (72.27% from 255 or 35.38% from 520); Blue value is 168 (66.02% from 255 or 32.31% from 520); Max value from RGB is 184 - color contains mainly: green. Hex color #A8B8A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B8A8 is #574757. Grayscale: #B1B1B1. Windows color (decimal): -5719896 or 11057320. OLE color: 11057320.
HSL color Cylindrical-coordinate representation of color #A8B8A8: hue angle of 120º degrees, saturation: 0.1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A8B8A8 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
RGB | 168 | 184 | 168 | - |
CMYK | 0.09 | 0 | 0.09 | 0.28 |
HSL | 120º | 0.1% | 0.69% | - |
HSV(B) | 120º | 0.09% | 0.72% | - |
XYZ | 40.36 | 45.43 | 43.69 | - |
YUV | 177.39 | 122.7 | 121.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 184 | 168 | 0.09 | 0 | 0.09 | 0.28 | 120 | 0.1 | 0.69 |
Hex | A8 | B8 | A8 | 9 | 0 | 9 | 1C | 78 | A | 45 |
Octal | 250 | 270 | 250 | 11 | 0 | 11 | 34 | 170 | 12 | 105 |
Binary | 10101000 | 10111000 | 10101000 | 1001 | 0 | 1001 | 11100 | 1111000 | 1010 | 1000101 |
Color Harmonies of #A8B8A8
Complementary color
Monochromatic Colors of #A8B8A8
Black with #A8B8A8
Text Example
Text Example
White with #A8B8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B8A8; }
p { color: rgb(168,184,168); }
H1.HeaderClassName
{
color: #A8B8A8;
}
.AnyTagClassName
{
color: #A8B8A8;
}
</style>
background-color css
<style>
a { background-color: #A8B8A8; }
a { background-color: rgb(168,184,168); }
div.DivClassName
{
background-color: #A8B8A8;
}
.BgClassName
{
background-color: #A8B8A8;
}
</style>
border-color css
<style>
span { border-color: #A8B8A8; }
span { border-color: rgb(168,184,168); }
td.TdClassName
{
border-color: #A8B8A8;
}
.TagClassName
{
border-color: #A8B8A8;
}
</style>