Shades of Locust #A1AC83
Tints of Locust #A1AC83
RGB
CMYK
RGB Variations
Color information
#A1AC83 (or 0xA1AC83) is known color: Locust. HEX triplet: A1, AC and 83. RGB value is (161,172,131). Sum of RGB (Red+Green+Blue) = 161+172+131=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 131 (51.56% from 255 or 28.23% from 464); Max value from RGB is 172 - color contains mainly: green. Hex color #A1AC83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AC83 is #5E537C. Grayscale: #A4A4A4. Windows color (decimal): -6181757 or 8629409. OLE color: 8629409.
HSL color Cylindrical-coordinate representation of color #A1AC83: hue angle of 76.1º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1AC83 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 172 | 131 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.33 |
| HSL | 76.1º | 0.2% | 0.59% | - |
| HSV(B) | 76.1º | 0.24% | 0.67% | - |
| XYZ | 33.55 | 38.72 | 27.18 | - |
| YUV | 164.04 | 109.36 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 172 | 131 | 0.06 | 0 | 0.24 | 0.33 | 76.1 | 0.2 | 0.59 |
| Hex | A1 | AC | 83 | 6 | 0 | 18 | 21 | 4C | 14 | 3B |
| Octal | 241 | 254 | 203 | 6 | 0 | 30 | 41 | 114 | 24 | 73 |
| Binary | 10100001 | 10101100 | 10000011 | 110 | 0 | 11000 | 100001 | 1001100 | 10100 | 111011 |
Color Harmonies of #A1AC83
Complementary color
Monochromatic Colors of #A1AC83
Black with #A1AC83
Text Example
Text Example
White with #A1AC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AC83; }
p { color: rgb(161,172,131); }
H1.HeaderClassName
{
color: #A1AC83;
}
.AnyTagClassName
{
color: #A1AC83;
}
</style>
background-color css
<style>
a { background-color: #A1AC83; }
a { background-color: rgb(161,172,131); }
div.DivClassName
{
background-color: #A1AC83;
}
.BgClassName
{
background-color: #A1AC83;
}
</style>
border-color css
<style>
span { border-color: #A1AC83; }
span { border-color: rgb(161,172,131); }
td.TdClassName
{
border-color: #A1AC83;
}
.TagClassName
{
border-color: #A1AC83;
}
</style>