Shades of Locust #ADB37C
Tints of Locust #ADB37C
RGB
CMYK
RGB Variations
Color information
#ADB37C (or 0xADB37C) is known color: Locust. HEX triplet: AD, B3 and 7C. RGB value is (173,179,124). Sum of RGB (Red+Green+Blue) = 173+179+124=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 179 (70.31% from 255 or 37.61% from 476); Blue value is 124 (48.83% from 255 or 26.05% from 476); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB37C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB37C is #524C83. Grayscale: #ABABAB. Windows color (decimal): -5393540 or 8172461. OLE color: 8172461.
HSL color Cylindrical-coordinate representation of color #ADB37C: hue angle of 66.55º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADB37C is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 124 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.30 |
| HSL | 66.55º | 0.27% | 0.59% | - |
| HSV(B) | 66.55º | 0.31% | 0.7% | - |
| XYZ | 36.99 | 42.58 | 25.34 | - |
| YUV | 170.94 | 101.51 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 124 | 0.03 | 0 | 0.31 | 0.30 | 66.55 | 0.27 | 0.59 |
| Hex | AD | B3 | 7C | 3 | 0 | 1F | 1E | 43 | 1B | 3B |
| Octal | 255 | 263 | 174 | 3 | 0 | 37 | 36 | 103 | 33 | 73 |
| Binary | 10101101 | 10110011 | 1111100 | 11 | 0 | 11111 | 11110 | 1000011 | 11011 | 111011 |
Color Harmonies of #ADB37C
Complementary color
Monochromatic Colors of #ADB37C
Black with #ADB37C
Text Example
Text Example
White with #ADB37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB37C; }
p { color: rgb(173,179,124); }
H1.HeaderClassName
{
color: #ADB37C;
}
.AnyTagClassName
{
color: #ADB37C;
}
</style>
background-color css
<style>
a { background-color: #ADB37C; }
a { background-color: rgb(173,179,124); }
div.DivClassName
{
background-color: #ADB37C;
}
.BgClassName
{
background-color: #ADB37C;
}
</style>
border-color css
<style>
span { border-color: #ADB37C; }
span { border-color: rgb(173,179,124); }
td.TdClassName
{
border-color: #ADB37C;
}
.TagClassName
{
border-color: #ADB37C;
}
</style>