Shades of Gum Leaf #A8C0AB
Tints of Gum Leaf #A8C0AB
RGB
CMYK
RGB Variations
Color information
#A8C0AB (or 0xA8C0AB) is known color: Gum Leaf. HEX triplet: A8, C0 and AB. RGB value is (168,192,171). Sum of RGB (Red+Green+Blue) = 168+192+171=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C0AB is #573F54. Grayscale: #B6B6B6. Windows color (decimal): -5717845 or 11255976. OLE color: 11255976.
HSL color Cylindrical-coordinate representation of color #A8C0AB: hue angle of 127.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8C0AB is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
RGB | 168 | 192 | 171 | - |
CMYK | 0.12 | 0 | 0.11 | 0.25 |
HSL | 127.5º | 0.16% | 0.71% | - |
HSV(B) | 127.5º | 0.13% | 0.75% | - |
XYZ | 42.35 | 48.96 | 45.75 | - |
YUV | 182.43 | 121.55 | 117.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 192 | 171 | 0.12 | 0 | 0.11 | 0.25 | 127.5 | 0.16 | 0.71 |
Hex | A8 | C0 | AB | C | 0 | B | 19 | 80 | 10 | 47 |
Octal | 250 | 300 | 253 | 14 | 0 | 13 | 31 | 200 | 20 | 107 |
Binary | 10101000 | 11000000 | 10101011 | 1100 | 0 | 1011 | 11001 | 10000000 | 10000 | 1000111 |
Color Harmonies of #A8C0AB
Complementary color
Monochromatic Colors of #A8C0AB
Black with #A8C0AB
Text Example
Text Example
White with #A8C0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C0AB; }
p { color: rgb(168,192,171); }
H1.HeaderClassName
{
color: #A8C0AB;
}
.AnyTagClassName
{
color: #A8C0AB;
}
</style>
background-color css
<style>
a { background-color: #A8C0AB; }
a { background-color: rgb(168,192,171); }
div.DivClassName
{
background-color: #A8C0AB;
}
.BgClassName
{
background-color: #A8C0AB;
}
</style>
border-color css
<style>
span { border-color: #A8C0AB; }
span { border-color: rgb(168,192,171); }
td.TdClassName
{
border-color: #A8C0AB;
}
.TagClassName
{
border-color: #A8C0AB;
}
</style>