Shades of Zanah #A8B9A9
Tints of Zanah #A8B9A9
RGB
CMYK
RGB Variations
Color information
#A8B9A9 (or 0xA8B9A9) is known color: Zanah. HEX triplet: A8, B9 and A9. RGB value is (168,185,169). Sum of RGB (Red+Green+Blue) = 168+185+169=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 185 (72.66% from 255 or 35.44% from 522); Blue value is 169 (66.41% from 255 or 32.38% from 522); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B9A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B9A9 is #574656. Grayscale: #B2B2B2. Windows color (decimal): -5719639 or 11123112. OLE color: 11123112.
HSL color Cylindrical-coordinate representation of color #A8B9A9: hue angle of 123.53º degrees, saturation: 0.11, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A8B9A9 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 185 | 169 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.27 |
| HSL | 123.53º | 0.11% | 0.69% | - |
| HSV(B) | 123.53º | 0.09% | 0.73% | - |
| XYZ | 40.66 | 45.89 | 44.25 | - |
| YUV | 178.09 | 122.87 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 185 | 169 | 0.09 | 0 | 0.09 | 0.27 | 123.53 | 0.11 | 0.69 |
| Hex | A8 | B9 | A9 | 9 | 0 | 9 | 1B | 7C | B | 45 |
| Octal | 250 | 271 | 251 | 11 | 0 | 11 | 33 | 174 | 13 | 105 |
| Binary | 10101000 | 10111001 | 10101001 | 1001 | 0 | 1001 | 11011 | 1111100 | 1011 | 1000101 |
Color Harmonies of #A8B9A9
Complementary color
Monochromatic Colors of #A8B9A9
Black with #A8B9A9
Text Example
Text Example
White with #A8B9A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B9A9; }
p { color: rgb(168,185,169); }
H1.HeaderClassName
{
color: #A8B9A9;
}
.AnyTagClassName
{
color: #A8B9A9;
}
</style>
background-color css
<style>
a { background-color: #A8B9A9; }
a { background-color: rgb(168,185,169); }
div.DivClassName
{
background-color: #A8B9A9;
}
.BgClassName
{
background-color: #A8B9A9;
}
</style>
border-color css
<style>
span { border-color: #A8B9A9; }
span { border-color: rgb(168,185,169); }
td.TdClassName
{
border-color: #A8B9A9;
}
.TagClassName
{
border-color: #A8B9A9;
}
</style>