Shades of Locust #A8B472
Tints of Locust #A8B472
RGB
CMYK
RGB Variations
Color information
#A8B472 (or 0xA8B472) is known color: Locust. HEX triplet: A8, B4 and 72. RGB value is (168,180,114). Sum of RGB (Red+Green+Blue) = 168+180+114=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 180 (70.70% from 255 or 38.96% from 462); Blue value is 114 (44.92% from 255 or 24.68% from 462); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B472 is #574B8D. Grayscale: #A9A9A9. Windows color (decimal): -5720974 or 7517352. OLE color: 7517352.
HSL color Cylindrical-coordinate representation of color #A8B472: hue angle of 70.91º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A8B472 is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 180 | 114 | - |
| CMYK | 0.07 | 0 | 0.37 | 0.29 |
| HSL | 70.91º | 0.31% | 0.58% | - |
| HSV(B) | 70.91º | 0.37% | 0.71% | - |
| XYZ | 35.51 | 42.18 | 22.19 | - |
| YUV | 168.89 | 97.02 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 180 | 114 | 0.07 | 0 | 0.37 | 0.29 | 70.91 | 0.31 | 0.58 |
| Hex | A8 | B4 | 72 | 7 | 0 | 25 | 1D | 47 | 1F | 3A |
| Octal | 250 | 264 | 162 | 7 | 0 | 45 | 35 | 107 | 37 | 72 |
| Binary | 10101000 | 10110100 | 1110010 | 111 | 0 | 100101 | 11101 | 1000111 | 11111 | 111010 |
Color Harmonies of #A8B472
Complementary color
Monochromatic Colors of #A8B472
Black with #A8B472
Text Example
Text Example
White with #A8B472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B472; }
p { color: rgb(168,180,114); }
H1.HeaderClassName
{
color: #A8B472;
}
.AnyTagClassName
{
color: #A8B472;
}
</style>
background-color css
<style>
a { background-color: #A8B472; }
a { background-color: rgb(168,180,114); }
div.DivClassName
{
background-color: #A8B472;
}
.BgClassName
{
background-color: #A8B472;
}
</style>
border-color css
<style>
span { border-color: #A8B472; }
span { border-color: rgb(168,180,114); }
td.TdClassName
{
border-color: #A8B472;
}
.TagClassName
{
border-color: #A8B472;
}
</style>