Shades of Locust #ADB47C
Tints of Locust #ADB47C
RGB
CMYK
RGB Variations
Color information
#ADB47C (or 0xADB47C) is known color: Locust. HEX triplet: AD, B4 and 7C. RGB value is (173,180,124). Sum of RGB (Red+Green+Blue) = 173+180+124=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 180 (70.70% from 255 or 37.74% from 477); Blue value is 124 (48.83% from 255 or 26.00% from 477); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB47C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB47C is #524B83. Grayscale: #ABABAB. Windows color (decimal): -5393284 or 8172717. OLE color: 8172717.
HSL color Cylindrical-coordinate representation of color #ADB47C: hue angle of 67.5º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADB47C is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 180 | 124 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.29 |
| HSL | 67.5º | 0.27% | 0.6% | - |
| HSV(B) | 67.5º | 0.31% | 0.71% | - |
| XYZ | 37.19 | 42.98 | 25.4 | - |
| YUV | 171.52 | 101.18 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 124 | 0.04 | 0 | 0.31 | 0.29 | 67.5 | 0.27 | 0.6 |
| Hex | AD | B4 | 7C | 4 | 0 | 1F | 1D | 44 | 1B | 3C |
| Octal | 255 | 264 | 174 | 4 | 0 | 37 | 35 | 104 | 33 | 74 |
| Binary | 10101101 | 10110100 | 1111100 | 100 | 0 | 11111 | 11101 | 1000100 | 11011 | 111100 |
Color Harmonies of #ADB47C
Complementary color
Monochromatic Colors of #ADB47C
Black with #ADB47C
Text Example
Text Example
White with #ADB47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB47C; }
p { color: rgb(173,180,124); }
H1.HeaderClassName
{
color: #ADB47C;
}
.AnyTagClassName
{
color: #ADB47C;
}
</style>
background-color css
<style>
a { background-color: #ADB47C; }
a { background-color: rgb(173,180,124); }
div.DivClassName
{
background-color: #ADB47C;
}
.BgClassName
{
background-color: #ADB47C;
}
</style>
border-color css
<style>
span { border-color: #ADB47C; }
span { border-color: rgb(173,180,124); }
td.TdClassName
{
border-color: #ADB47C;
}
.TagClassName
{
border-color: #ADB47C;
}
</style>