Shades of Locust #ADB47D
Tints of Locust #ADB47D
RGB
CMYK
RGB Variations
Color information
#ADB47D (or 0xADB47D) is known color: Locust. HEX triplet: AD, B4 and 7D. RGB value is (173,180,125). Sum of RGB (Red+Green+Blue) = 173+180+125=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB47D is #524B82. Grayscale: #ABABAB. Windows color (decimal): -5393283 or 8238253. OLE color: 8238253.
HSL color Cylindrical-coordinate representation of color #ADB47D: hue angle of 67.64º 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 #ADB47D is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 180 | 125 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.29 |
| HSL | 67.64º | 0.27% | 0.6% | - |
| HSV(B) | 67.64º | 0.31% | 0.71% | - |
| XYZ | 37.26 | 43.01 | 25.74 | - |
| YUV | 171.64 | 101.68 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 125 | 0.04 | 0 | 0.31 | 0.29 | 67.64 | 0.27 | 0.6 |
| Hex | AD | B4 | 7D | 4 | 0 | 1F | 1D | 44 | 1B | 3C |
| Octal | 255 | 264 | 175 | 4 | 0 | 37 | 35 | 104 | 33 | 74 |
| Binary | 10101101 | 10110100 | 1111101 | 100 | 0 | 11111 | 11101 | 1000100 | 11011 | 111100 |
Color Harmonies of #ADB47D
Complementary color
Monochromatic Colors of #ADB47D
Black with #ADB47D
Text Example
Text Example
White with #ADB47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB47D; }
p { color: rgb(173,180,125); }
H1.HeaderClassName
{
color: #ADB47D;
}
.AnyTagClassName
{
color: #ADB47D;
}
</style>
background-color css
<style>
a { background-color: #ADB47D; }
a { background-color: rgb(173,180,125); }
div.DivClassName
{
background-color: #ADB47D;
}
.BgClassName
{
background-color: #ADB47D;
}
</style>
border-color css
<style>
span { border-color: #ADB47D; }
span { border-color: rgb(173,180,125); }
td.TdClassName
{
border-color: #ADB47D;
}
.TagClassName
{
border-color: #ADB47D;
}
</style>