Shades of Locust #ADB082
Tints of Locust #ADB082
RGB
CMYK
RGB Variations
Color information
#ADB082 (or 0xADB082) is known color: Locust. HEX triplet: AD, B0 and 82. RGB value is (173,176,130). Sum of RGB (Red+Green+Blue) = 173+176+130=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 130 (51.17% from 255 or 27.14% from 479); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB082 is #524F7D. Grayscale: #AAAAAA. Windows color (decimal): -5394302 or 8564909. OLE color: 8564909.
HSL color Cylindrical-coordinate representation of color #ADB082: hue angle of 63.91º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADB082 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 176 | 130 | - |
| CMYK | 0.02 | 0 | 0.26 | 0.31 |
| HSL | 63.91º | 0.23% | 0.6% | - |
| HSV(B) | 63.91º | 0.26% | 0.69% | - |
| XYZ | 36.79 | 41.55 | 27.2 | - |
| YUV | 169.86 | 105.51 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 130 | 0.02 | 0 | 0.26 | 0.31 | 63.91 | 0.23 | 0.6 |
| Hex | AD | B0 | 82 | 2 | 0 | 1A | 1F | 40 | 17 | 3C |
| Octal | 255 | 260 | 202 | 2 | 0 | 32 | 37 | 100 | 27 | 74 |
| Binary | 10101101 | 10110000 | 10000010 | 10 | 0 | 11010 | 11111 | 1000000 | 10111 | 111100 |
Color Harmonies of #ADB082
Complementary color
Monochromatic Colors of #ADB082
Black with #ADB082
Text Example
Text Example
White with #ADB082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB082; }
p { color: rgb(173,176,130); }
H1.HeaderClassName
{
color: #ADB082;
}
.AnyTagClassName
{
color: #ADB082;
}
</style>
background-color css
<style>
a { background-color: #ADB082; }
a { background-color: rgb(173,176,130); }
div.DivClassName
{
background-color: #ADB082;
}
.BgClassName
{
background-color: #ADB082;
}
</style>
border-color css
<style>
span { border-color: #ADB082; }
span { border-color: rgb(173,176,130); }
td.TdClassName
{
border-color: #ADB082;
}
.TagClassName
{
border-color: #ADB082;
}
</style>