Shades of Locust #ADAE81
Tints of Locust #ADAE81
RGB
CMYK
RGB Variations
Color information
#ADAE81 (or 0xADAE81) is known color: Locust. HEX triplet: AD, AE and 81. RGB value is (173,174,129). Sum of RGB (Red+Green+Blue) = 173+174+129=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 174 (68.36% from 255 or 36.55% from 476); Blue value is 129 (50.78% from 255 or 27.10% from 476); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAE81 is #52517E. Grayscale: #A8A8A8. Windows color (decimal): -5394815 or 8498861. OLE color: 8498861.
HSL color Cylindrical-coordinate representation of color #ADAE81: hue angle of 61.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 #ADAE81 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 174 | 129 | - |
| CMYK | 0.01 | 0 | 0.26 | 0.32 |
| HSL | 61.33º | 0.22% | 0.59% | - |
| HSV(B) | 61.33º | 0.26% | 0.68% | - |
| XYZ | 36.33 | 40.74 | 26.72 | - |
| YUV | 168.57 | 105.67 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 174 | 129 | 0.01 | 0 | 0.26 | 0.32 | 61.33 | 0.22 | 0.59 |
| Hex | AD | AE | 81 | 1 | 0 | 1A | 20 | 3D | 16 | 3B |
| Octal | 255 | 256 | 201 | 1 | 0 | 32 | 40 | 75 | 26 | 73 |
| Binary | 10101101 | 10101110 | 10000001 | 1 | 0 | 11010 | 100000 | 111101 | 10110 | 111011 |
Color Harmonies of #ADAE81
Complementary color
Monochromatic Colors of #ADAE81
Black with #ADAE81
Text Example
Text Example
White with #ADAE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAE81; }
p { color: rgb(173,174,129); }
H1.HeaderClassName
{
color: #ADAE81;
}
.AnyTagClassName
{
color: #ADAE81;
}
</style>
background-color css
<style>
a { background-color: #ADAE81; }
a { background-color: rgb(173,174,129); }
div.DivClassName
{
background-color: #ADAE81;
}
.BgClassName
{
background-color: #ADAE81;
}
</style>
border-color css
<style>
span { border-color: #ADAE81; }
span { border-color: rgb(173,174,129); }
td.TdClassName
{
border-color: #ADAE81;
}
.TagClassName
{
border-color: #ADAE81;
}
</style>