Shades of Locust #ADAF73
Tints of Locust #ADAF73
RGB
CMYK
RGB Variations
Color information
#ADAF73 (or 0xADAF73) is known color: Locust. HEX triplet: AD, AF and 73. RGB value is (173,175,115). Sum of RGB (Red+Green+Blue) = 173+175+115=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 115 (45.31% from 255 or 24.84% from 463); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAF73 is #52508C. Grayscale: #A7A7A7. Windows color (decimal): -5394573 or 7581613. OLE color: 7581613.
HSL color Cylindrical-coordinate representation of color #ADAF73: hue angle of 62º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADAF73 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 175 | 115 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.31 |
| HSL | 62º | 0.27% | 0.57% | - |
| HSV(B) | 62º | 0.34% | 0.69% | - |
| XYZ | 35.66 | 40.78 | 22.21 | - |
| YUV | 167.56 | 98.34 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 115 | 0.01 | 0 | 0.34 | 0.31 | 62 | 0.27 | 0.57 |
| Hex | AD | AF | 73 | 1 | 0 | 22 | 1F | 3E | 1B | 39 |
| Octal | 255 | 257 | 163 | 1 | 0 | 42 | 37 | 76 | 33 | 71 |
| Binary | 10101101 | 10101111 | 1110011 | 1 | 0 | 100010 | 11111 | 111110 | 11011 | 111001 |
Color Harmonies of #ADAF73
Complementary color
Monochromatic Colors of #ADAF73
Black with #ADAF73
Text Example
Text Example
White with #ADAF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAF73; }
p { color: rgb(173,175,115); }
H1.HeaderClassName
{
color: #ADAF73;
}
.AnyTagClassName
{
color: #ADAF73;
}
</style>
background-color css
<style>
a { background-color: #ADAF73; }
a { background-color: rgb(173,175,115); }
div.DivClassName
{
background-color: #ADAF73;
}
.BgClassName
{
background-color: #ADAF73;
}
</style>
border-color css
<style>
span { border-color: #ADAF73; }
span { border-color: rgb(173,175,115); }
td.TdClassName
{
border-color: #ADAF73;
}
.TagClassName
{
border-color: #ADAF73;
}
</style>