Shades of Locust #ADAC72
Tints of Locust #ADAC72
RGB
CMYK
RGB Variations
Color information
#ADAC72 (or 0xADAC72) is known color: Locust. HEX triplet: AD, AC and 72. RGB value is (173,172,114). Sum of RGB (Red+Green+Blue) = 173+172+114=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 114 (44.92% from 255 or 24.84% from 459); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAC72 is #52538D. Grayscale: #A5A5A5. Windows color (decimal): -5395342 or 7515309. OLE color: 7515309.
HSL color Cylindrical-coordinate representation of color #ADAC72: hue angle of 58.98º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADAC72 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 114 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.32 |
| HSL | 58.98º | 0.26% | 0.56% | - |
| HSV(B) | 58.98º | 0.34% | 0.68% | - |
| XYZ | 35.02 | 39.6 | 21.72 | - |
| YUV | 165.69 | 98.83 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 114 | 0 | 0.01 | 0.34 | 0.32 | 58.98 | 0.26 | 0.56 |
| Hex | AD | AC | 72 | 0 | 1 | 22 | 20 | 3B | 1A | 38 |
| Octal | 255 | 254 | 162 | 0 | 1 | 42 | 40 | 73 | 32 | 70 |
| Binary | 10101101 | 10101100 | 1110010 | 0 | 1 | 100010 | 100000 | 111011 | 11010 | 111000 |
Color Harmonies of #ADAC72
Complementary color
Monochromatic Colors of #ADAC72
Black with #ADAC72
Text Example
Text Example
White with #ADAC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC72; }
p { color: rgb(173,172,114); }
H1.HeaderClassName
{
color: #ADAC72;
}
.AnyTagClassName
{
color: #ADAC72;
}
</style>
background-color css
<style>
a { background-color: #ADAC72; }
a { background-color: rgb(173,172,114); }
div.DivClassName
{
background-color: #ADAC72;
}
.BgClassName
{
background-color: #ADAC72;
}
</style>
border-color css
<style>
span { border-color: #ADAC72; }
span { border-color: rgb(173,172,114); }
td.TdClassName
{
border-color: #ADAC72;
}
.TagClassName
{
border-color: #ADAC72;
}
</style>