Shades of Locust #ADB37B
Tints of Locust #ADB37B
RGB
CMYK
RGB Variations
Color information
#ADB37B (or 0xADB37B) is known color: Locust. HEX triplet: AD, B3 and 7B. RGB value is (173,179,123). Sum of RGB (Red+Green+Blue) = 173+179+123=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 179 (70.31% from 255 or 37.68% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB37B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB37B is #524C84. Grayscale: #ABABAB. Windows color (decimal): -5393541 or 8106925. OLE color: 8106925.
HSL color Cylindrical-coordinate representation of color #ADB37B: hue angle of 66.43º 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 #ADB37B is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 123 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.30 |
| HSL | 66.43º | 0.27% | 0.59% | - |
| HSV(B) | 66.43º | 0.31% | 0.7% | - |
| XYZ | 36.93 | 42.55 | 25.01 | - |
| YUV | 170.82 | 101.01 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 123 | 0.03 | 0 | 0.31 | 0.30 | 66.43 | 0.27 | 0.59 |
| Hex | AD | B3 | 7B | 3 | 0 | 1F | 1E | 42 | 1B | 3B |
| Octal | 255 | 263 | 173 | 3 | 0 | 37 | 36 | 102 | 33 | 73 |
| Binary | 10101101 | 10110011 | 1111011 | 11 | 0 | 11111 | 11110 | 1000010 | 11011 | 111011 |
Color Harmonies of #ADB37B
Complementary color
Monochromatic Colors of #ADB37B
Black with #ADB37B
Text Example
Text Example
White with #ADB37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB37B; }
p { color: rgb(173,179,123); }
H1.HeaderClassName
{
color: #ADB37B;
}
.AnyTagClassName
{
color: #ADB37B;
}
</style>
background-color css
<style>
a { background-color: #ADB37B; }
a { background-color: rgb(173,179,123); }
div.DivClassName
{
background-color: #ADB37B;
}
.BgClassName
{
background-color: #ADB37B;
}
</style>
border-color css
<style>
span { border-color: #ADB37B; }
span { border-color: rgb(173,179,123); }
td.TdClassName
{
border-color: #ADB37B;
}
.TagClassName
{
border-color: #ADB37B;
}
</style>