Shades of Locust #ADB180
Tints of Locust #ADB180
RGB
CMYK
RGB Variations
Color information
#ADB180 (or 0xADB180) is known color: Locust. HEX triplet: AD, B1 and 80. RGB value is (173,177,128). Sum of RGB (Red+Green+Blue) = 173+177+128=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 177 (69.53% from 255 or 37.03% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB180 is #524E7F. Grayscale: #AAAAAA. Windows color (decimal): -5394048 or 8434093. OLE color: 8434093.
HSL color Cylindrical-coordinate representation of color #ADB180: hue angle of 64.9º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADB180 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 177 | 128 | - |
| CMYK | 0.02 | 0 | 0.28 | 0.31 |
| HSL | 64.9º | 0.24% | 0.6% | - |
| HSV(B) | 64.9º | 0.28% | 0.69% | - |
| XYZ | 36.85 | 41.89 | 26.56 | - |
| YUV | 170.22 | 104.17 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 128 | 0.02 | 0 | 0.28 | 0.31 | 64.9 | 0.24 | 0.6 |
| Hex | AD | B1 | 80 | 2 | 0 | 1C | 1F | 41 | 18 | 3C |
| Octal | 255 | 261 | 200 | 2 | 0 | 34 | 37 | 101 | 30 | 74 |
| Binary | 10101101 | 10110001 | 10000000 | 10 | 0 | 11100 | 11111 | 1000001 | 11000 | 111100 |
Color Harmonies of #ADB180
Complementary color
Monochromatic Colors of #ADB180
Black with #ADB180
Text Example
Text Example
White with #ADB180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB180; }
p { color: rgb(173,177,128); }
H1.HeaderClassName
{
color: #ADB180;
}
.AnyTagClassName
{
color: #ADB180;
}
</style>
background-color css
<style>
a { background-color: #ADB180; }
a { background-color: rgb(173,177,128); }
div.DivClassName
{
background-color: #ADB180;
}
.BgClassName
{
background-color: #ADB180;
}
</style>
border-color css
<style>
span { border-color: #ADB180; }
span { border-color: rgb(173,177,128); }
td.TdClassName
{
border-color: #ADB180;
}
.TagClassName
{
border-color: #ADB180;
}
</style>