Shades of Locust #A1A883
Tints of Locust #A1A883
RGB
CMYK
RGB Variations
Color information
#A1A883 (or 0xA1A883) is known color: Locust. HEX triplet: A1, A8 and 83. RGB value is (161,168,131). Sum of RGB (Red+Green+Blue) = 161+168+131=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 131 (51.56% from 255 or 28.48% from 460); Max value from RGB is 168 - color contains mainly: green. Hex color #A1A883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A883 is #5E577C. Grayscale: #A1A1A1. Windows color (decimal): -6182781 or 8628385. OLE color: 8628385.
HSL color Cylindrical-coordinate representation of color #A1A883: hue angle of 71.35º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1A883 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 168 | 131 | - |
| CMYK | 0.04 | 0 | 0.22 | 0.34 |
| HSL | 71.35º | 0.18% | 0.59% | - |
| HSV(B) | 71.35º | 0.22% | 0.66% | - |
| XYZ | 32.8 | 37.22 | 26.93 | - |
| YUV | 161.69 | 110.68 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 168 | 131 | 0.04 | 0 | 0.22 | 0.34 | 71.35 | 0.18 | 0.59 |
| Hex | A1 | A8 | 83 | 4 | 0 | 16 | 22 | 47 | 12 | 3B |
| Octal | 241 | 250 | 203 | 4 | 0 | 26 | 42 | 107 | 22 | 73 |
| Binary | 10100001 | 10101000 | 10000011 | 100 | 0 | 10110 | 100010 | 1000111 | 10010 | 111011 |
Color Harmonies of #A1A883
Complementary color
Monochromatic Colors of #A1A883
Black with #A1A883
Text Example
Text Example
White with #A1A883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A883; }
p { color: rgb(161,168,131); }
H1.HeaderClassName
{
color: #A1A883;
}
.AnyTagClassName
{
color: #A1A883;
}
</style>
background-color css
<style>
a { background-color: #A1A883; }
a { background-color: rgb(161,168,131); }
div.DivClassName
{
background-color: #A1A883;
}
.BgClassName
{
background-color: #A1A883;
}
</style>
border-color css
<style>
span { border-color: #A1A883; }
span { border-color: rgb(161,168,131); }
td.TdClassName
{
border-color: #A1A883;
}
.TagClassName
{
border-color: #A1A883;
}
</style>