Shades of Locust #A0AC83
Tints of Locust #A0AC83
RGB
CMYK
RGB Variations
Color information
#A0AC83 (or 0xA0AC83) is known color: Locust. HEX triplet: A0, AC and 83. RGB value is (160,172,131). Sum of RGB (Red+Green+Blue) = 160+172+131=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 131 (51.56% from 255 or 28.29% from 463); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AC83 is #5F537C. Grayscale: #A3A3A3. Windows color (decimal): -6247293 or 8629408. OLE color: 8629408.
HSL color Cylindrical-coordinate representation of color #A0AC83: hue angle of 77.56º 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 #A0AC83 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 172 | 131 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.33 |
| HSL | 77.56º | 0.2% | 0.59% | - |
| HSV(B) | 77.56º | 0.24% | 0.67% | - |
| XYZ | 33.35 | 38.62 | 27.17 | - |
| YUV | 163.74 | 109.52 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 131 | 0.07 | 0 | 0.24 | 0.33 | 77.56 | 0.2 | 0.59 |
| Hex | A0 | AC | 83 | 7 | 0 | 18 | 21 | 4E | 14 | 3B |
| Octal | 240 | 254 | 203 | 7 | 0 | 30 | 41 | 116 | 24 | 73 |
| Binary | 10100000 | 10101100 | 10000011 | 111 | 0 | 11000 | 100001 | 1001110 | 10100 | 111011 |
Color Harmonies of #A0AC83
Complementary color
Monochromatic Colors of #A0AC83
Black with #A0AC83
Text Example
Text Example
White with #A0AC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AC83; }
p { color: rgb(160,172,131); }
H1.HeaderClassName
{
color: #A0AC83;
}
.AnyTagClassName
{
color: #A0AC83;
}
</style>
background-color css
<style>
a { background-color: #A0AC83; }
a { background-color: rgb(160,172,131); }
div.DivClassName
{
background-color: #A0AC83;
}
.BgClassName
{
background-color: #A0AC83;
}
</style>
border-color css
<style>
span { border-color: #A0AC83; }
span { border-color: rgb(160,172,131); }
td.TdClassName
{
border-color: #A0AC83;
}
.TagClassName
{
border-color: #A0AC83;
}
</style>