Shades of Zanah #ABC8A8
Tints of Zanah #ABC8A8
RGB
CMYK
RGB Variations
Color information
#ABC8A8 (or 0xABC8A8) is known color: Zanah. HEX triplet: AB, C8 and A8. RGB value is (171,200,168). Sum of RGB (Red+Green+Blue) = 171+200+168=539 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.73% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 168 (66.02% from 255 or 31.17% from 539); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC8A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC8A8 is #543757. Grayscale: #BBBBBB. Windows color (decimal): -5519192 or 11061419. OLE color: 11061419.
HSL color Cylindrical-coordinate representation of color #ABC8A8: hue angle of 114.38º degrees, saturation: 0.23, 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 #ABC8A8 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
RGB | 171 | 200 | 168 | - |
CMYK | 0.14 | 0 | 0.16 | 0.22 |
HSL | 114.38º | 0.23% | 0.72% | - |
HSV(B) | 114.38º | 0.16% | 0.78% | - |
XYZ | 44.52 | 52.79 | 44.89 | - |
YUV | 187.68 | 116.89 | 116.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 200 | 168 | 0.14 | 0 | 0.16 | 0.22 | 114.38 | 0.23 | 0.72 |
Hex | AB | C8 | A8 | E | 0 | 10 | 16 | 72 | 17 | 48 |
Octal | 253 | 310 | 250 | 16 | 0 | 20 | 26 | 162 | 27 | 110 |
Binary | 10101011 | 11001000 | 10101000 | 1110 | 0 | 10000 | 10110 | 1110010 | 10111 | 1001000 |
Color Harmonies of #ABC8A8
Complementary color
Monochromatic Colors of #ABC8A8
Black with #ABC8A8
Text Example
Text Example
White with #ABC8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC8A8; }
p { color: rgb(171,200,168); }
H1.HeaderClassName
{
color: #ABC8A8;
}
.AnyTagClassName
{
color: #ABC8A8;
}
</style>
background-color css
<style>
a { background-color: #ABC8A8; }
a { background-color: rgb(171,200,168); }
div.DivClassName
{
background-color: #ABC8A8;
}
.BgClassName
{
background-color: #ABC8A8;
}
</style>
border-color css
<style>
span { border-color: #ABC8A8; }
span { border-color: rgb(171,200,168); }
td.TdClassName
{
border-color: #ABC8A8;
}
.TagClassName
{
border-color: #ABC8A8;
}
</style>