Shades of Locust #ADB47A
Tints of Locust #ADB47A
RGB
CMYK
RGB Variations
Color information
#ADB47A (or 0xADB47A) is known color: Locust. HEX triplet: AD, B4 and 7A. RGB value is (173,180,122). Sum of RGB (Red+Green+Blue) = 173+180+122=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 180 (70.70% from 255 or 37.89% from 475); Blue value is 122 (48.05% from 255 or 25.68% from 475); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB47A is #524B85. Grayscale: #ABABAB. Windows color (decimal): -5393286 or 8041645. OLE color: 8041645.
HSL color Cylindrical-coordinate representation of color #ADB47A: hue angle of 67.24º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADB47A is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 180 | 122 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.29 |
| HSL | 67.24º | 0.28% | 0.59% | - |
| HSV(B) | 67.24º | 0.32% | 0.71% | - |
| XYZ | 37.07 | 42.93 | 24.75 | - |
| YUV | 171.3 | 100.18 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 122 | 0.04 | 0 | 0.32 | 0.29 | 67.24 | 0.28 | 0.59 |
| Hex | AD | B4 | 7A | 4 | 0 | 20 | 1D | 43 | 1C | 3B |
| Octal | 255 | 264 | 172 | 4 | 0 | 40 | 35 | 103 | 34 | 73 |
| Binary | 10101101 | 10110100 | 1111010 | 100 | 0 | 100000 | 11101 | 1000011 | 11100 | 111011 |
Color Harmonies of #ADB47A
Complementary color
Monochromatic Colors of #ADB47A
Black with #ADB47A
Text Example
Text Example
White with #ADB47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB47A; }
p { color: rgb(173,180,122); }
H1.HeaderClassName
{
color: #ADB47A;
}
.AnyTagClassName
{
color: #ADB47A;
}
</style>
background-color css
<style>
a { background-color: #ADB47A; }
a { background-color: rgb(173,180,122); }
div.DivClassName
{
background-color: #ADB47A;
}
.BgClassName
{
background-color: #ADB47A;
}
</style>
border-color css
<style>
span { border-color: #ADB47A; }
span { border-color: rgb(173,180,122); }
td.TdClassName
{
border-color: #ADB47A;
}
.TagClassName
{
border-color: #ADB47A;
}
</style>