Shades of Locust #ADB178
Tints of Locust #ADB178
RGB
CMYK
RGB Variations
Color information
#ADB178 (or 0xADB178) is known color: Locust. HEX triplet: AD, B1 and 78. RGB value is (173,177,120). Sum of RGB (Red+Green+Blue) = 173+177+120=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 177 (69.53% from 255 or 37.66% from 470); Blue value is 120 (47.27% from 255 or 25.53% from 470); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB178 is #524E87. Grayscale: #A9A9A9. Windows color (decimal): -5394056 or 7909805. OLE color: 7909805.
HSL color Cylindrical-coordinate representation of color #ADB178: hue angle of 64.21º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADB178 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 177 | 120 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.31 |
| HSL | 64.21º | 0.27% | 0.58% | - |
| HSV(B) | 64.21º | 0.32% | 0.69% | - |
| XYZ | 36.35 | 41.68 | 23.9 | - |
| YUV | 169.31 | 100.17 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 120 | 0.02 | 0 | 0.32 | 0.31 | 64.21 | 0.27 | 0.58 |
| Hex | AD | B1 | 78 | 2 | 0 | 20 | 1F | 40 | 1B | 3A |
| Octal | 255 | 261 | 170 | 2 | 0 | 40 | 37 | 100 | 33 | 72 |
| Binary | 10101101 | 10110001 | 1111000 | 10 | 0 | 100000 | 11111 | 1000000 | 11011 | 111010 |
Color Harmonies of #ADB178
Complementary color
Monochromatic Colors of #ADB178
Black with #ADB178
Text Example
Text Example
White with #ADB178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB178; }
p { color: rgb(173,177,120); }
H1.HeaderClassName
{
color: #ADB178;
}
.AnyTagClassName
{
color: #ADB178;
}
</style>
background-color css
<style>
a { background-color: #ADB178; }
a { background-color: rgb(173,177,120); }
div.DivClassName
{
background-color: #ADB178;
}
.BgClassName
{
background-color: #ADB178;
}
</style>
border-color css
<style>
span { border-color: #ADB178; }
span { border-color: rgb(173,177,120); }
td.TdClassName
{
border-color: #ADB178;
}
.TagClassName
{
border-color: #ADB178;
}
</style>