Shades of Locust #ADB37D
Tints of Locust #ADB37D
RGB
CMYK
RGB Variations
Color information
#ADB37D (or 0xADB37D) is known color: Locust. HEX triplet: AD, B3 and 7D. RGB value is (173,179,125). Sum of RGB (Red+Green+Blue) = 173+179+125=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 179 (70.31% from 255 or 37.53% from 477); Blue value is 125 (49.22% from 255 or 26.21% from 477); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB37D is #524C82. Grayscale: #ABABAB. Windows color (decimal): -5393539 or 8237997. OLE color: 8237997.
HSL color Cylindrical-coordinate representation of color #ADB37D: hue angle of 66.67º 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 #ADB37D is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 125 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.30 |
| HSL | 66.67º | 0.26% | 0.6% | - |
| HSV(B) | 66.67º | 0.3% | 0.7% | - |
| XYZ | 37.06 | 42.61 | 25.67 | - |
| YUV | 171.05 | 102.01 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 125 | 0.03 | 0 | 0.30 | 0.30 | 66.67 | 0.26 | 0.6 |
| Hex | AD | B3 | 7D | 3 | 0 | 1E | 1E | 43 | 1A | 3C |
| Octal | 255 | 263 | 175 | 3 | 0 | 36 | 36 | 103 | 32 | 74 |
| Binary | 10101101 | 10110011 | 1111101 | 11 | 0 | 11110 | 11110 | 1000011 | 11010 | 111100 |
Color Harmonies of #ADB37D
Complementary color
Monochromatic Colors of #ADB37D
Black with #ADB37D
Text Example
Text Example
White with #ADB37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB37D; }
p { color: rgb(173,179,125); }
H1.HeaderClassName
{
color: #ADB37D;
}
.AnyTagClassName
{
color: #ADB37D;
}
</style>
background-color css
<style>
a { background-color: #ADB37D; }
a { background-color: rgb(173,179,125); }
div.DivClassName
{
background-color: #ADB37D;
}
.BgClassName
{
background-color: #ADB37D;
}
</style>
border-color css
<style>
span { border-color: #ADB37D; }
span { border-color: rgb(173,179,125); }
td.TdClassName
{
border-color: #ADB37D;
}
.TagClassName
{
border-color: #ADB37D;
}
</style>