Shades of Locust #ADB17C
Tints of Locust #ADB17C
RGB
CMYK
RGB Variations
Color information
#ADB17C (or 0xADB17C) is known color: Locust. HEX triplet: AD, B1 and 7C. RGB value is (173,177,124). Sum of RGB (Red+Green+Blue) = 173+177+124=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 177 (69.53% from 255 or 37.34% from 474); Blue value is 124 (48.83% from 255 or 26.16% from 474); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB17C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB17C is #524E83. Grayscale: #A9A9A9. Windows color (decimal): -5394052 or 8171949. OLE color: 8171949.
HSL color Cylindrical-coordinate representation of color #ADB17C: hue angle of 64.53º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADB17C is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 177 | 124 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.31 |
| HSL | 64.53º | 0.25% | 0.59% | - |
| HSV(B) | 64.53º | 0.3% | 0.69% | - |
| XYZ | 36.59 | 41.78 | 25.21 | - |
| YUV | 169.76 | 102.17 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 124 | 0.02 | 0 | 0.30 | 0.31 | 64.53 | 0.25 | 0.59 |
| Hex | AD | B1 | 7C | 2 | 0 | 1E | 1F | 41 | 19 | 3B |
| Octal | 255 | 261 | 174 | 2 | 0 | 36 | 37 | 101 | 31 | 73 |
| Binary | 10101101 | 10110001 | 1111100 | 10 | 0 | 11110 | 11111 | 1000001 | 11001 | 111011 |
Color Harmonies of #ADB17C
Complementary color
Monochromatic Colors of #ADB17C
Black with #ADB17C
Text Example
Text Example
White with #ADB17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB17C; }
p { color: rgb(173,177,124); }
H1.HeaderClassName
{
color: #ADB17C;
}
.AnyTagClassName
{
color: #ADB17C;
}
</style>
background-color css
<style>
a { background-color: #ADB17C; }
a { background-color: rgb(173,177,124); }
div.DivClassName
{
background-color: #ADB17C;
}
.BgClassName
{
background-color: #ADB17C;
}
</style>
border-color css
<style>
span { border-color: #ADB17C; }
span { border-color: rgb(173,177,124); }
td.TdClassName
{
border-color: #ADB17C;
}
.TagClassName
{
border-color: #ADB17C;
}
</style>