Shades of Locust #A5AC81
Tints of Locust #A5AC81
RGB
CMYK
RGB Variations
Color information
#A5AC81 (or 0xA5AC81) is known color: Locust. HEX triplet: A5, AC and 81. RGB value is (165,172,129). Sum of RGB (Red+Green+Blue) = 165+172+129=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 129 (50.78% from 255 or 27.68% from 466); Max value from RGB is 172 - color contains mainly: green. Hex color #A5AC81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AC81 is #5A537E. Grayscale: #A5A5A5. Windows color (decimal): -5919615 or 8498341. OLE color: 8498341.
HSL color Cylindrical-coordinate representation of color #A5AC81: hue angle of 69.77º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5AC81 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 172 | 129 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.33 |
| HSL | 69.77º | 0.21% | 0.59% | - |
| HSV(B) | 69.77º | 0.25% | 0.67% | - |
| XYZ | 34.23 | 39.09 | 26.51 | - |
| YUV | 165.01 | 107.68 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 172 | 129 | 0.04 | 0 | 0.25 | 0.33 | 69.77 | 0.21 | 0.59 |
| Hex | A5 | AC | 81 | 4 | 0 | 19 | 21 | 46 | 15 | 3B |
| Octal | 245 | 254 | 201 | 4 | 0 | 31 | 41 | 106 | 25 | 73 |
| Binary | 10100101 | 10101100 | 10000001 | 100 | 0 | 11001 | 100001 | 1000110 | 10101 | 111011 |
Color Harmonies of #A5AC81
Complementary color
Monochromatic Colors of #A5AC81
Black with #A5AC81
Text Example
Text Example
White with #A5AC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AC81; }
p { color: rgb(165,172,129); }
H1.HeaderClassName
{
color: #A5AC81;
}
.AnyTagClassName
{
color: #A5AC81;
}
</style>
background-color css
<style>
a { background-color: #A5AC81; }
a { background-color: rgb(165,172,129); }
div.DivClassName
{
background-color: #A5AC81;
}
.BgClassName
{
background-color: #A5AC81;
}
</style>
border-color css
<style>
span { border-color: #A5AC81; }
span { border-color: rgb(165,172,129); }
td.TdClassName
{
border-color: #A5AC81;
}
.TagClassName
{
border-color: #A5AC81;
}
</style>