Shades of Locust #ADAF80
Tints of Locust #ADAF80
RGB
CMYK
RGB Variations
Color information
#ADAF80 (or 0xADAF80) is known color: Locust. HEX triplet: AD, AF and 80. RGB value is (173,175,128). Sum of RGB (Red+Green+Blue) = 173+175+128=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAF80 is #52507F. Grayscale: #A9A9A9. Windows color (decimal): -5394560 or 8433581. OLE color: 8433581.
HSL color Cylindrical-coordinate representation of color #ADAF80: hue angle of 62.55º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADAF80 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 175 | 128 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.31 |
| HSL | 62.55º | 0.23% | 0.59% | - |
| HSV(B) | 62.55º | 0.27% | 0.69% | - |
| XYZ | 36.46 | 41.1 | 26.43 | - |
| YUV | 169.04 | 104.84 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 128 | 0.01 | 0 | 0.27 | 0.31 | 62.55 | 0.23 | 0.59 |
| Hex | AD | AF | 80 | 1 | 0 | 1B | 1F | 3F | 17 | 3B |
| Octal | 255 | 257 | 200 | 1 | 0 | 33 | 37 | 77 | 27 | 73 |
| Binary | 10101101 | 10101111 | 10000000 | 1 | 0 | 11011 | 11111 | 111111 | 10111 | 111011 |
Color Harmonies of #ADAF80
Complementary color
Monochromatic Colors of #ADAF80
Black with #ADAF80
Text Example
Text Example
White with #ADAF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAF80; }
p { color: rgb(173,175,128); }
H1.HeaderClassName
{
color: #ADAF80;
}
.AnyTagClassName
{
color: #ADAF80;
}
</style>
background-color css
<style>
a { background-color: #ADAF80; }
a { background-color: rgb(173,175,128); }
div.DivClassName
{
background-color: #ADAF80;
}
.BgClassName
{
background-color: #ADAF80;
}
</style>
border-color css
<style>
span { border-color: #ADAF80; }
span { border-color: rgb(173,175,128); }
td.TdClassName
{
border-color: #ADAF80;
}
.TagClassName
{
border-color: #ADAF80;
}
</style>