Shades of Locust #ADB080
Tints of Locust #ADB080
RGB
CMYK
RGB Variations
Color information
#ADB080 (or 0xADB080) is known color: Locust. HEX triplet: AD, B0 and 80. RGB value is (173,176,128). Sum of RGB (Red+Green+Blue) = 173+176+128=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 176 (69.14% from 255 or 36.90% from 477); Blue value is 128 (50.39% from 255 or 26.83% from 477); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB080 is #524F7F. Grayscale: #A9A9A9. Windows color (decimal): -5394304 or 8433837. OLE color: 8433837.
HSL color Cylindrical-coordinate representation of color #ADB080: hue angle of 63.75º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADB080 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 176 | 128 | - |
| CMYK | 0.02 | 0 | 0.27 | 0.31 |
| HSL | 63.75º | 0.23% | 0.6% | - |
| HSV(B) | 63.75º | 0.27% | 0.69% | - |
| XYZ | 36.66 | 41.49 | 26.5 | - |
| YUV | 169.63 | 104.51 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 128 | 0.02 | 0 | 0.27 | 0.31 | 63.75 | 0.23 | 0.6 |
| Hex | AD | B0 | 80 | 2 | 0 | 1B | 1F | 40 | 17 | 3C |
| Octal | 255 | 260 | 200 | 2 | 0 | 33 | 37 | 100 | 27 | 74 |
| Binary | 10101101 | 10110000 | 10000000 | 10 | 0 | 11011 | 11111 | 1000000 | 10111 | 111100 |
Color Harmonies of #ADB080
Complementary color
Monochromatic Colors of #ADB080
Black with #ADB080
Text Example
Text Example
White with #ADB080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB080; }
p { color: rgb(173,176,128); }
H1.HeaderClassName
{
color: #ADB080;
}
.AnyTagClassName
{
color: #ADB080;
}
</style>
background-color css
<style>
a { background-color: #ADB080; }
a { background-color: rgb(173,176,128); }
div.DivClassName
{
background-color: #ADB080;
}
.BgClassName
{
background-color: #ADB080;
}
</style>
border-color css
<style>
span { border-color: #ADB080; }
span { border-color: rgb(173,176,128); }
td.TdClassName
{
border-color: #ADB080;
}
.TagClassName
{
border-color: #ADB080;
}
</style>