Shades of Locust #ADAF76
Tints of Locust #ADAF76
RGB
CMYK
RGB Variations
Color information
#ADAF76 (or 0xADAF76) is known color: Locust. HEX triplet: AD, AF and 76. RGB value is (173,175,118). Sum of RGB (Red+Green+Blue) = 173+175+118=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 118 (46.48% from 255 or 25.32% from 466); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAF76 is #525089. Grayscale: #A8A8A8. Windows color (decimal): -5394570 or 7778221. OLE color: 7778221.
HSL color Cylindrical-coordinate representation of color #ADAF76: hue angle of 62.11º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADAF76 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 175 | 118 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.31 |
| HSL | 62.11º | 0.26% | 0.57% | - |
| HSV(B) | 62.11º | 0.33% | 0.69% | - |
| XYZ | 35.83 | 40.85 | 23.14 | - |
| YUV | 167.9 | 99.84 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 118 | 0.01 | 0 | 0.33 | 0.31 | 62.11 | 0.26 | 0.57 |
| Hex | AD | AF | 76 | 1 | 0 | 21 | 1F | 3E | 1A | 39 |
| Octal | 255 | 257 | 166 | 1 | 0 | 41 | 37 | 76 | 32 | 71 |
| Binary | 10101101 | 10101111 | 1110110 | 1 | 0 | 100001 | 11111 | 111110 | 11010 | 111001 |
Color Harmonies of #ADAF76
Complementary color
Monochromatic Colors of #ADAF76
Black with #ADAF76
Text Example
Text Example
White with #ADAF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAF76; }
p { color: rgb(173,175,118); }
H1.HeaderClassName
{
color: #ADAF76;
}
.AnyTagClassName
{
color: #ADAF76;
}
</style>
background-color css
<style>
a { background-color: #ADAF76; }
a { background-color: rgb(173,175,118); }
div.DivClassName
{
background-color: #ADAF76;
}
.BgClassName
{
background-color: #ADAF76;
}
</style>
border-color css
<style>
span { border-color: #ADAF76; }
span { border-color: rgb(173,175,118); }
td.TdClassName
{
border-color: #ADAF76;
}
.TagClassName
{
border-color: #ADAF76;
}
</style>