Shades of Gum Leaf #A8B4AA
Tints of Gum Leaf #A8B4AA
RGB
CMYK
RGB Variations
Color information
#A8B4AA (or 0xA8B4AA) is known color: Gum Leaf. HEX triplet: A8, B4 and AA. RGB value is (168,180,170). Sum of RGB (Red+Green+Blue) = 168+180+170=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B4AA is #574B55. Grayscale: #AFAFAF. Windows color (decimal): -5720918 or 11187368. OLE color: 11187368.
HSL color Cylindrical-coordinate representation of color #A8B4AA: hue angle of 130º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A8B4AA is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 180 | 170 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.29 |
| HSL | 130º | 0.07% | 0.68% | - |
| HSV(B) | 130º | 0.07% | 0.71% | - |
| XYZ | 39.73 | 43.87 | 44.4 | - |
| YUV | 175.27 | 125.02 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 180 | 170 | 0.07 | 0 | 0.06 | 0.29 | 130 | 0.07 | 0.68 |
| Hex | A8 | B4 | AA | 7 | 0 | 6 | 1D | 82 | 7 | 44 |
| Octal | 250 | 264 | 252 | 7 | 0 | 6 | 35 | 202 | 7 | 104 |
| Binary | 10101000 | 10110100 | 10101010 | 111 | 0 | 110 | 11101 | 10000010 | 111 | 1000100 |
Color Harmonies of #A8B4AA
Complementary color
Monochromatic Colors of #A8B4AA
Black with #A8B4AA
Text Example
Text Example
White with #A8B4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B4AA; }
p { color: rgb(168,180,170); }
H1.HeaderClassName
{
color: #A8B4AA;
}
.AnyTagClassName
{
color: #A8B4AA;
}
</style>
background-color css
<style>
a { background-color: #A8B4AA; }
a { background-color: rgb(168,180,170); }
div.DivClassName
{
background-color: #A8B4AA;
}
.BgClassName
{
background-color: #A8B4AA;
}
</style>
border-color css
<style>
span { border-color: #A8B4AA; }
span { border-color: rgb(168,180,170); }
td.TdClassName
{
border-color: #A8B4AA;
}
.TagClassName
{
border-color: #A8B4AA;
}
</style>