Shades of Locust #A8B280
Tints of Locust #A8B280
RGB
CMYK
RGB Variations
Color information
#A8B280 (or 0xA8B280) is known color: Locust. HEX triplet: A8, B2 and 80. RGB value is (168,178,128). Sum of RGB (Red+Green+Blue) = 168+178+128=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 178 (69.92% from 255 or 37.55% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 178 - color contains mainly: green. Hex color #A8B280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B280 is #574D7F. Grayscale: #A9A9A9. Windows color (decimal): -5721472 or 8434344. OLE color: 8434344.
HSL color Cylindrical-coordinate representation of color #A8B280: hue angle of 72º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8B280 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 178 | 128 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.30 |
| HSL | 72º | 0.25% | 0.6% | - |
| HSV(B) | 72º | 0.28% | 0.7% | - |
| XYZ | 35.97 | 41.72 | 26.58 | - |
| YUV | 169.31 | 104.69 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 178 | 128 | 0.06 | 0 | 0.28 | 0.30 | 72 | 0.25 | 0.6 |
| Hex | A8 | B2 | 80 | 6 | 0 | 1C | 1E | 48 | 19 | 3C |
| Octal | 250 | 262 | 200 | 6 | 0 | 34 | 36 | 110 | 31 | 74 |
| Binary | 10101000 | 10110010 | 10000000 | 110 | 0 | 11100 | 11110 | 1001000 | 11001 | 111100 |
Color Harmonies of #A8B280
Complementary color
Monochromatic Colors of #A8B280
Black with #A8B280
Text Example
Text Example
White with #A8B280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B280; }
p { color: rgb(168,178,128); }
H1.HeaderClassName
{
color: #A8B280;
}
.AnyTagClassName
{
color: #A8B280;
}
</style>
background-color css
<style>
a { background-color: #A8B280; }
a { background-color: rgb(168,178,128); }
div.DivClassName
{
background-color: #A8B280;
}
.BgClassName
{
background-color: #A8B280;
}
</style>
border-color css
<style>
span { border-color: #A8B280; }
span { border-color: rgb(168,178,128); }
td.TdClassName
{
border-color: #A8B280;
}
.TagClassName
{
border-color: #A8B280;
}
</style>