Shades of Locust #ADB17F
Tints of Locust #ADB17F
RGB
CMYK
RGB Variations
Color information
#ADB17F (or 0xADB17F) is known color: Locust. HEX triplet: AD, B1 and 7F. RGB value is (173,177,127). Sum of RGB (Red+Green+Blue) = 173+177+127=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 177 (69.53% from 255 or 37.11% from 477); Blue value is 127 (50% from 255 or 26.62% from 477); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB17F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB17F is #524E80. Grayscale: #AAAAAA. Windows color (decimal): -5394049 or 8368557. OLE color: 8368557.
HSL color Cylindrical-coordinate representation of color #ADB17F: hue angle of 64.8º 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 #ADB17F is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 177 | 127 | - |
| CMYK | 0.02 | 0 | 0.28 | 0.31 |
| HSL | 64.8º | 0.24% | 0.6% | - |
| HSV(B) | 64.8º | 0.28% | 0.69% | - |
| XYZ | 36.79 | 41.86 | 26.22 | - |
| YUV | 170.1 | 103.67 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 127 | 0.02 | 0 | 0.28 | 0.31 | 64.8 | 0.24 | 0.6 |
| Hex | AD | B1 | 7F | 2 | 0 | 1C | 1F | 41 | 18 | 3C |
| Octal | 255 | 261 | 177 | 2 | 0 | 34 | 37 | 101 | 30 | 74 |
| Binary | 10101101 | 10110001 | 1111111 | 10 | 0 | 11100 | 11111 | 1000001 | 11000 | 111100 |
Color Harmonies of #ADB17F
Complementary color
Monochromatic Colors of #ADB17F
Black with #ADB17F
Text Example
Text Example
White with #ADB17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB17F; }
p { color: rgb(173,177,127); }
H1.HeaderClassName
{
color: #ADB17F;
}
.AnyTagClassName
{
color: #ADB17F;
}
</style>
background-color css
<style>
a { background-color: #ADB17F; }
a { background-color: rgb(173,177,127); }
div.DivClassName
{
background-color: #ADB17F;
}
.BgClassName
{
background-color: #ADB17F;
}
</style>
border-color css
<style>
span { border-color: #ADB17F; }
span { border-color: rgb(173,177,127); }
td.TdClassName
{
border-color: #ADB17F;
}
.TagClassName
{
border-color: #ADB17F;
}
</style>