Shades of Locust #A1AE81
Tints of Locust #A1AE81
RGB
CMYK
RGB Variations
Color information
#A1AE81 (or 0xA1AE81) is known color: Locust. HEX triplet: A1, AE and 81. RGB value is (161,174,129). Sum of RGB (Red+Green+Blue) = 161+174+129=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 174 (68.36% from 255 or 37.5% from 464); Blue value is 129 (50.78% from 255 or 27.80% from 464); Max value from RGB is 174 - color contains mainly: green. Hex color #A1AE81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AE81 is #5E517E. Grayscale: #A5A5A5. Windows color (decimal): -6181247 or 8498849. OLE color: 8498849.
HSL color Cylindrical-coordinate representation of color #A1AE81: hue angle of 77.33º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1AE81 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 174 | 129 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.32 |
| HSL | 77.33º | 0.22% | 0.59% | - |
| HSV(B) | 77.33º | 0.26% | 0.68% | - |
| XYZ | 33.8 | 39.43 | 26.6 | - |
| YUV | 164.98 | 107.69 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 174 | 129 | 0.07 | 0 | 0.26 | 0.32 | 77.33 | 0.22 | 0.59 |
| Hex | A1 | AE | 81 | 7 | 0 | 1A | 20 | 4D | 16 | 3B |
| Octal | 241 | 256 | 201 | 7 | 0 | 32 | 40 | 115 | 26 | 73 |
| Binary | 10100001 | 10101110 | 10000001 | 111 | 0 | 11010 | 100000 | 1001101 | 10110 | 111011 |
Color Harmonies of #A1AE81
Complementary color
Monochromatic Colors of #A1AE81
Black with #A1AE81
Text Example
Text Example
White with #A1AE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AE81; }
p { color: rgb(161,174,129); }
H1.HeaderClassName
{
color: #A1AE81;
}
.AnyTagClassName
{
color: #A1AE81;
}
</style>
background-color css
<style>
a { background-color: #A1AE81; }
a { background-color: rgb(161,174,129); }
div.DivClassName
{
background-color: #A1AE81;
}
.BgClassName
{
background-color: #A1AE81;
}
</style>
border-color css
<style>
span { border-color: #A1AE81; }
span { border-color: rgb(161,174,129); }
td.TdClassName
{
border-color: #A1AE81;
}
.TagClassName
{
border-color: #A1AE81;
}
</style>