Shades of Locust #ADB084
Tints of Locust #ADB084
RGB
CMYK
RGB Variations
Color information
#ADB084 (or 0xADB084) is known color: Locust. HEX triplet: AD, B0 and 84. RGB value is (173,176,132). Sum of RGB (Red+Green+Blue) = 173+176+132=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 132 (51.95% from 255 or 27.44% from 481); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB084 is #524F7B. Grayscale: #AAAAAA. Windows color (decimal): -5394300 or 8695981. OLE color: 8695981.
HSL color Cylindrical-coordinate representation of color #ADB084: hue angle of 64.09º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADB084 is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 176 | 132 | - |
| CMYK | 0.02 | 0 | 0.25 | 0.31 |
| HSL | 64.09º | 0.22% | 0.6% | - |
| HSV(B) | 64.09º | 0.25% | 0.69% | - |
| XYZ | 36.92 | 41.6 | 27.91 | - |
| YUV | 170.09 | 106.51 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 132 | 0.02 | 0 | 0.25 | 0.31 | 64.09 | 0.22 | 0.6 |
| Hex | AD | B0 | 84 | 2 | 0 | 19 | 1F | 40 | 16 | 3C |
| Octal | 255 | 260 | 204 | 2 | 0 | 31 | 37 | 100 | 26 | 74 |
| Binary | 10101101 | 10110000 | 10000100 | 10 | 0 | 11001 | 11111 | 1000000 | 10110 | 111100 |
Color Harmonies of #ADB084
Complementary color
Monochromatic Colors of #ADB084
Black with #ADB084
Text Example
Text Example
White with #ADB084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB084; }
p { color: rgb(173,176,132); }
H1.HeaderClassName
{
color: #ADB084;
}
.AnyTagClassName
{
color: #ADB084;
}
</style>
background-color css
<style>
a { background-color: #ADB084; }
a { background-color: rgb(173,176,132); }
div.DivClassName
{
background-color: #ADB084;
}
.BgClassName
{
background-color: #ADB084;
}
</style>
border-color css
<style>
span { border-color: #ADB084; }
span { border-color: rgb(173,176,132); }
td.TdClassName
{
border-color: #ADB084;
}
.TagClassName
{
border-color: #ADB084;
}
</style>