Shades of Locust #A8B181
Tints of Locust #A8B181
RGB
CMYK
RGB Variations
Color information
#A8B181 (or 0xA8B181) is known color: Locust. HEX triplet: A8, B1 and 81. RGB value is (168,177,129). Sum of RGB (Red+Green+Blue) = 168+177+129=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 177 (69.53% from 255 or 37.34% from 474); Blue value is 129 (50.78% from 255 or 27.22% from 474); Max value from RGB is 177 - color contains mainly: green. Hex color #A8B181 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B181 is #574E7E. Grayscale: #A9A9A9. Windows color (decimal): -5721727 or 8499624. OLE color: 8499624.
HSL color Cylindrical-coordinate representation of color #A8B181: hue angle of 71.25º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8B181 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 177 | 129 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.31 |
| HSL | 71.25º | 0.24% | 0.6% | - |
| HSV(B) | 71.25º | 0.27% | 0.69% | - |
| XYZ | 35.83 | 41.35 | 26.86 | - |
| YUV | 168.84 | 105.52 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 177 | 129 | 0.05 | 0 | 0.27 | 0.31 | 71.25 | 0.24 | 0.6 |
| Hex | A8 | B1 | 81 | 5 | 0 | 1B | 1F | 47 | 18 | 3C |
| Octal | 250 | 261 | 201 | 5 | 0 | 33 | 37 | 107 | 30 | 74 |
| Binary | 10101000 | 10110001 | 10000001 | 101 | 0 | 11011 | 11111 | 1000111 | 11000 | 111100 |
Color Harmonies of #A8B181
Complementary color
Monochromatic Colors of #A8B181
Black with #A8B181
Text Example
Text Example
White with #A8B181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B181; }
p { color: rgb(168,177,129); }
H1.HeaderClassName
{
color: #A8B181;
}
.AnyTagClassName
{
color: #A8B181;
}
</style>
background-color css
<style>
a { background-color: #A8B181; }
a { background-color: rgb(168,177,129); }
div.DivClassName
{
background-color: #A8B181;
}
.BgClassName
{
background-color: #A8B181;
}
</style>
border-color css
<style>
span { border-color: #A8B181; }
span { border-color: rgb(168,177,129); }
td.TdClassName
{
border-color: #A8B181;
}
.TagClassName
{
border-color: #A8B181;
}
</style>