Shades of Locust #ADAE83
Tints of Locust #ADAE83
RGB
CMYK
RGB Variations
Color information
#ADAE83 (or 0xADAE83) is known color: Locust. HEX triplet: AD, AE and 83. RGB value is (173,174,131). Sum of RGB (Red+Green+Blue) = 173+174+131=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 131 (51.56% from 255 or 27.41% from 478); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAE83 is #52517C. Grayscale: #A8A8A8. Windows color (decimal): -5394813 or 8629933. OLE color: 8629933.
HSL color Cylindrical-coordinate representation of color #ADAE83: hue angle of 61.4º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADAE83 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 174 | 131 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.32 |
| HSL | 61.4º | 0.21% | 0.6% | - |
| HSV(B) | 61.4º | 0.25% | 0.68% | - |
| XYZ | 36.47 | 40.8 | 27.42 | - |
| YUV | 168.8 | 106.67 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 174 | 131 | 0.01 | 0 | 0.25 | 0.32 | 61.4 | 0.21 | 0.6 |
| Hex | AD | AE | 83 | 1 | 0 | 19 | 20 | 3D | 15 | 3C |
| Octal | 255 | 256 | 203 | 1 | 0 | 31 | 40 | 75 | 25 | 74 |
| Binary | 10101101 | 10101110 | 10000011 | 1 | 0 | 11001 | 100000 | 111101 | 10101 | 111100 |
Color Harmonies of #ADAE83
Complementary color
Monochromatic Colors of #ADAE83
Black with #ADAE83
Text Example
Text Example
White with #ADAE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAE83; }
p { color: rgb(173,174,131); }
H1.HeaderClassName
{
color: #ADAE83;
}
.AnyTagClassName
{
color: #ADAE83;
}
</style>
background-color css
<style>
a { background-color: #ADAE83; }
a { background-color: rgb(173,174,131); }
div.DivClassName
{
background-color: #ADAE83;
}
.BgClassName
{
background-color: #ADAE83;
}
</style>
border-color css
<style>
span { border-color: #ADAE83; }
span { border-color: rgb(173,174,131); }
td.TdClassName
{
border-color: #ADAE83;
}
.TagClassName
{
border-color: #ADAE83;
}
</style>