Shades of Locust #ADB37E
Tints of Locust #ADB37E
RGB
CMYK
RGB Variations
Color information
#ADB37E (or 0xADB37E) is known color: Locust. HEX triplet: AD, B3 and 7E. RGB value is (173,179,126). Sum of RGB (Red+Green+Blue) = 173+179+126=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 179 (70.31% from 255 or 37.45% from 478); Blue value is 126 (49.61% from 255 or 26.36% from 478); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB37E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB37E is #524C81. Grayscale: #ABABAB. Windows color (decimal): -5393538 or 8303533. OLE color: 8303533.
HSL color Cylindrical-coordinate representation of color #ADB37E: hue angle of 66.79º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADB37E is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 126 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.30 |
| HSL | 66.79º | 0.26% | 0.6% | - |
| HSV(B) | 66.79º | 0.3% | 0.7% | - |
| XYZ | 37.12 | 42.63 | 26.01 | - |
| YUV | 171.16 | 102.51 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 126 | 0.03 | 0 | 0.30 | 0.30 | 66.79 | 0.26 | 0.6 |
| Hex | AD | B3 | 7E | 3 | 0 | 1E | 1E | 43 | 1A | 3C |
| Octal | 255 | 263 | 176 | 3 | 0 | 36 | 36 | 103 | 32 | 74 |
| Binary | 10101101 | 10110011 | 1111110 | 11 | 0 | 11110 | 11110 | 1000011 | 11010 | 111100 |
Color Harmonies of #ADB37E
Complementary color
Monochromatic Colors of #ADB37E
Black with #ADB37E
Text Example
Text Example
White with #ADB37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB37E; }
p { color: rgb(173,179,126); }
H1.HeaderClassName
{
color: #ADB37E;
}
.AnyTagClassName
{
color: #ADB37E;
}
</style>
background-color css
<style>
a { background-color: #ADB37E; }
a { background-color: rgb(173,179,126); }
div.DivClassName
{
background-color: #ADB37E;
}
.BgClassName
{
background-color: #ADB37E;
}
</style>
border-color css
<style>
span { border-color: #ADB37E; }
span { border-color: rgb(173,179,126); }
td.TdClassName
{
border-color: #ADB37E;
}
.TagClassName
{
border-color: #ADB37E;
}
</style>