Shades of Locust #ADB079
Tints of Locust #ADB079
RGB
CMYK
RGB Variations
Color information
#ADB079 (or 0xADB079) is known color: Locust. HEX triplet: AD, B0 and 79. RGB value is (173,176,121). Sum of RGB (Red+Green+Blue) = 173+176+121=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 176 (69.14% from 255 or 37.45% from 470); Blue value is 121 (47.66% from 255 or 25.74% from 470); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB079 is #524F86. Grayscale: #A9A9A9. Windows color (decimal): -5394311 or 7975085. OLE color: 7975085.
HSL color Cylindrical-coordinate representation of color #ADB079: hue angle of 63.27º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADB079 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 176 | 121 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.31 |
| HSL | 63.27º | 0.26% | 0.58% | - |
| HSV(B) | 63.27º | 0.31% | 0.69% | - |
| XYZ | 36.21 | 41.32 | 24.16 | - |
| YUV | 168.83 | 101.01 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 121 | 0.02 | 0 | 0.31 | 0.31 | 63.27 | 0.26 | 0.58 |
| Hex | AD | B0 | 79 | 2 | 0 | 1F | 1F | 3F | 1A | 3A |
| Octal | 255 | 260 | 171 | 2 | 0 | 37 | 37 | 77 | 32 | 72 |
| Binary | 10101101 | 10110000 | 1111001 | 10 | 0 | 11111 | 11111 | 111111 | 11010 | 111010 |
Color Harmonies of #ADB079
Complementary color
Monochromatic Colors of #ADB079
Black with #ADB079
Text Example
Text Example
White with #ADB079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB079; }
p { color: rgb(173,176,121); }
H1.HeaderClassName
{
color: #ADB079;
}
.AnyTagClassName
{
color: #ADB079;
}
</style>
background-color css
<style>
a { background-color: #ADB079; }
a { background-color: rgb(173,176,121); }
div.DivClassName
{
background-color: #ADB079;
}
.BgClassName
{
background-color: #ADB079;
}
</style>
border-color css
<style>
span { border-color: #ADB079; }
span { border-color: rgb(173,176,121); }
td.TdClassName
{
border-color: #ADB079;
}
.TagClassName
{
border-color: #ADB079;
}
</style>