Shades of Locust #ADB275
Tints of Locust #ADB275
RGB
CMYK
RGB Variations
Color information
#ADB275 (or 0xADB275) is known color: Locust. HEX triplet: AD, B2 and 75. RGB value is (173,178,117). Sum of RGB (Red+Green+Blue) = 173+178+117=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 178 (69.92% from 255 or 38.03% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB275 is #524D8A. Grayscale: #A9A9A9. Windows color (decimal): -5393803 or 7713453. OLE color: 7713453.
HSL color Cylindrical-coordinate representation of color #ADB275: hue angle of 64.92º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADB275 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 178 | 117 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.30 |
| HSL | 64.92º | 0.28% | 0.58% | - |
| HSV(B) | 64.92º | 0.34% | 0.7% | - |
| XYZ | 36.36 | 42.01 | 23.02 | - |
| YUV | 169.55 | 98.34 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 117 | 0.03 | 0 | 0.34 | 0.30 | 64.92 | 0.28 | 0.58 |
| Hex | AD | B2 | 75 | 3 | 0 | 22 | 1E | 41 | 1C | 3A |
| Octal | 255 | 262 | 165 | 3 | 0 | 42 | 36 | 101 | 34 | 72 |
| Binary | 10101101 | 10110010 | 1110101 | 11 | 0 | 100010 | 11110 | 1000001 | 11100 | 111010 |
Color Harmonies of #ADB275
Complementary color
Monochromatic Colors of #ADB275
Black with #ADB275
Text Example
Text Example
White with #ADB275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB275; }
p { color: rgb(173,178,117); }
H1.HeaderClassName
{
color: #ADB275;
}
.AnyTagClassName
{
color: #ADB275;
}
</style>
background-color css
<style>
a { background-color: #ADB275; }
a { background-color: rgb(173,178,117); }
div.DivClassName
{
background-color: #ADB275;
}
.BgClassName
{
background-color: #ADB275;
}
</style>
border-color css
<style>
span { border-color: #ADB275; }
span { border-color: rgb(173,178,117); }
td.TdClassName
{
border-color: #ADB275;
}
.TagClassName
{
border-color: #ADB275;
}
</style>