Shades of Locust #ADAD74
Tints of Locust #ADAD74
RGB
CMYK
RGB Variations
Color information
#ADAD74 (or 0xADAD74) is known color: Locust. HEX triplet: AD, AD and 74. RGB value is (173,173,116). Sum of RGB (Red+Green+Blue) = 173+173+116=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 116 (45.70% from 255 or 25.11% from 462); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAD74 is #52528B. Grayscale: #A6A6A6. Windows color (decimal): -5395084 or 7646637. OLE color: 7646637.
HSL color Cylindrical-coordinate representation of color #ADAD74: hue angle of 60º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADAD74 is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 173 | 116 | - |
| CMYK | 0 | 0 | 0.33 | 0.32 |
| HSL | 60º | 0.26% | 0.57% | - |
| HSV(B) | 60º | 0.33% | 0.68% | - |
| XYZ | 35.33 | 40.03 | 22.39 | - |
| YUV | 166.5 | 99.5 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 173 | 116 | 0 | 0 | 0.33 | 0.32 | 60 | 0.26 | 0.57 |
| Hex | AD | AD | 74 | 0 | 0 | 21 | 20 | 3C | 1A | 39 |
| Octal | 255 | 255 | 164 | 0 | 0 | 41 | 40 | 74 | 32 | 71 |
| Binary | 10101101 | 10101101 | 1110100 | 0 | 0 | 100001 | 100000 | 111100 | 11010 | 111001 |
Color Harmonies of #ADAD74
Complementary color
Monochromatic Colors of #ADAD74
Black with #ADAD74
Text Example
Text Example
White with #ADAD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAD74; }
p { color: rgb(173,173,116); }
H1.HeaderClassName
{
color: #ADAD74;
}
.AnyTagClassName
{
color: #ADAD74;
}
</style>
background-color css
<style>
a { background-color: #ADAD74; }
a { background-color: rgb(173,173,116); }
div.DivClassName
{
background-color: #ADAD74;
}
.BgClassName
{
background-color: #ADAD74;
}
</style>
border-color css
<style>
span { border-color: #ADAD74; }
span { border-color: rgb(173,173,116); }
td.TdClassName
{
border-color: #ADAD74;
}
.TagClassName
{
border-color: #ADAD74;
}
</style>