Shades of Gum Leaf #A8B9AB
Tints of Gum Leaf #A8B9AB
RGB
CMYK
RGB Variations
Color information
#A8B9AB (or 0xA8B9AB) is known color: Gum Leaf. HEX triplet: A8, B9 and AB. RGB value is (168,185,171). Sum of RGB (Red+Green+Blue) = 168+185+171=524 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.06% from 524); Green value is 185 (72.66% from 255 or 35.31% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B9AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B9AB is #574654. Grayscale: #B2B2B2. Windows color (decimal): -5719637 or 11254184. OLE color: 11254184.
HSL color Cylindrical-coordinate representation of color #A8B9AB: hue angle of 130.59º 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 #A8B9AB is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
RGB | 168 | 185 | 171 | - |
CMYK | 0.09 | 0 | 0.08 | 0.27 |
HSL | 130.59º | 0.11% | 0.69% | - |
HSV(B) | 130.59º | 0.09% | 0.73% | - |
XYZ | 40.85 | 45.96 | 45.25 | - |
YUV | 178.32 | 123.87 | 120.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 185 | 171 | 0.09 | 0 | 0.08 | 0.27 | 130.59 | 0.11 | 0.69 |
Hex | A8 | B9 | AB | 9 | 0 | 8 | 1B | 83 | B | 45 |
Octal | 250 | 271 | 253 | 11 | 0 | 10 | 33 | 203 | 13 | 105 |
Binary | 10101000 | 10111001 | 10101011 | 1001 | 0 | 1000 | 11011 | 10000011 | 1011 | 1000101 |
Color Harmonies of #A8B9AB
Complementary color
Monochromatic Colors of #A8B9AB
Black with #A8B9AB
Text Example
Text Example
White with #A8B9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B9AB; }
p { color: rgb(168,185,171); }
H1.HeaderClassName
{
color: #A8B9AB;
}
.AnyTagClassName
{
color: #A8B9AB;
}
</style>
background-color css
<style>
a { background-color: #A8B9AB; }
a { background-color: rgb(168,185,171); }
div.DivClassName
{
background-color: #A8B9AB;
}
.BgClassName
{
background-color: #A8B9AB;
}
</style>
border-color css
<style>
span { border-color: #A8B9AB; }
span { border-color: rgb(168,185,171); }
td.TdClassName
{
border-color: #A8B9AB;
}
.TagClassName
{
border-color: #A8B9AB;
}
</style>