Shades of Gum Leaf #A8B8AB
Tints of Gum Leaf #A8B8AB
RGB
CMYK
RGB Variations
Color information
#A8B8AB (or 0xA8B8AB) is known color: Gum Leaf. HEX triplet: A8, B8 and AB. RGB value is (168,184,171). Sum of RGB (Red+Green+Blue) = 168+184+171=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 184 (72.27% from 255 or 35.18% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 184 - color contains mainly: green. Hex color #A8B8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B8AB is #574754. Grayscale: #B1B1B1. Windows color (decimal): -5719893 or 11253928. OLE color: 11253928.
HSL color Cylindrical-coordinate representation of color #A8B8AB: hue angle of 131.25º 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 #A8B8AB is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 184 | 171 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.28 |
| HSL | 131.25º | 0.1% | 0.69% | - |
| HSV(B) | 131.25º | 0.09% | 0.72% | - |
| XYZ | 40.64 | 45.55 | 45.18 | - |
| YUV | 177.73 | 124.2 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 184 | 171 | 0.09 | 0 | 0.07 | 0.28 | 131.25 | 0.1 | 0.69 |
| Hex | A8 | B8 | AB | 9 | 0 | 7 | 1C | 83 | A | 45 |
| Octal | 250 | 270 | 253 | 11 | 0 | 7 | 34 | 203 | 12 | 105 |
| Binary | 10101000 | 10111000 | 10101011 | 1001 | 0 | 111 | 11100 | 10000011 | 1010 | 1000101 |
Color Harmonies of #A8B8AB
Complementary color
Monochromatic Colors of #A8B8AB
Black with #A8B8AB
Text Example
Text Example
White with #A8B8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B8AB; }
p { color: rgb(168,184,171); }
H1.HeaderClassName
{
color: #A8B8AB;
}
.AnyTagClassName
{
color: #A8B8AB;
}
</style>
background-color css
<style>
a { background-color: #A8B8AB; }
a { background-color: rgb(168,184,171); }
div.DivClassName
{
background-color: #A8B8AB;
}
.BgClassName
{
background-color: #A8B8AB;
}
</style>
border-color css
<style>
span { border-color: #A8B8AB; }
span { border-color: rgb(168,184,171); }
td.TdClassName
{
border-color: #A8B8AB;
}
.TagClassName
{
border-color: #A8B8AB;
}
</style>