Shades of Locust #ADB47B
Tints of Locust #ADB47B
RGB
CMYK
RGB Variations
Color information
#ADB47B (or 0xADB47B) is known color: Locust. HEX triplet: AD, B4 and 7B. RGB value is (173,180,123). Sum of RGB (Red+Green+Blue) = 173+180+123=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 180 (70.70% from 255 or 37.82% from 476); Blue value is 123 (48.44% from 255 or 25.84% from 476); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB47B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB47B is #524B84. Grayscale: #ABABAB. Windows color (decimal): -5393285 or 8107181. OLE color: 8107181.
HSL color Cylindrical-coordinate representation of color #ADB47B: hue angle of 67.37º 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 #ADB47B is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 180 | 123 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.29 |
| HSL | 67.37º | 0.28% | 0.59% | - |
| HSV(B) | 67.37º | 0.32% | 0.71% | - |
| XYZ | 37.13 | 42.96 | 25.07 | - |
| YUV | 171.41 | 100.68 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 123 | 0.04 | 0 | 0.32 | 0.29 | 67.37 | 0.28 | 0.59 |
| Hex | AD | B4 | 7B | 4 | 0 | 20 | 1D | 43 | 1C | 3B |
| Octal | 255 | 264 | 173 | 4 | 0 | 40 | 35 | 103 | 34 | 73 |
| Binary | 10101101 | 10110100 | 1111011 | 100 | 0 | 100000 | 11101 | 1000011 | 11100 | 111011 |
Color Harmonies of #ADB47B
Complementary color
Monochromatic Colors of #ADB47B
Black with #ADB47B
Text Example
Text Example
White with #ADB47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB47B; }
p { color: rgb(173,180,123); }
H1.HeaderClassName
{
color: #ADB47B;
}
.AnyTagClassName
{
color: #ADB47B;
}
</style>
background-color css
<style>
a { background-color: #ADB47B; }
a { background-color: rgb(173,180,123); }
div.DivClassName
{
background-color: #ADB47B;
}
.BgClassName
{
background-color: #ADB47B;
}
</style>
border-color css
<style>
span { border-color: #ADB47B; }
span { border-color: rgb(173,180,123); }
td.TdClassName
{
border-color: #ADB47B;
}
.TagClassName
{
border-color: #ADB47B;
}
</style>