Shades of Locust #ADAF7B
Tints of Locust #ADAF7B
RGB
CMYK
RGB Variations
Color information
#ADAF7B (or 0xADAF7B) is known color: Locust. HEX triplet: AD, AF and 7B. RGB value is (173,175,123). Sum of RGB (Red+Green+Blue) = 173+175+123=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 123 (48.44% from 255 or 26.11% from 471); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAF7B is #525084. Grayscale: #A8A8A8. Windows color (decimal): -5394565 or 8105901. OLE color: 8105901.
HSL color Cylindrical-coordinate representation of color #ADAF7B: hue angle of 62.31º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADAF7B is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 175 | 123 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.31 |
| HSL | 62.31º | 0.25% | 0.58% | - |
| HSV(B) | 62.31º | 0.3% | 0.69% | - |
| XYZ | 36.14 | 40.97 | 24.74 | - |
| YUV | 168.47 | 102.34 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 123 | 0.01 | 0 | 0.30 | 0.31 | 62.31 | 0.25 | 0.58 |
| Hex | AD | AF | 7B | 1 | 0 | 1E | 1F | 3E | 19 | 3A |
| Octal | 255 | 257 | 173 | 1 | 0 | 36 | 37 | 76 | 31 | 72 |
| Binary | 10101101 | 10101111 | 1111011 | 1 | 0 | 11110 | 11111 | 111110 | 11001 | 111010 |
Color Harmonies of #ADAF7B
Complementary color
Monochromatic Colors of #ADAF7B
Black with #ADAF7B
Text Example
Text Example
White with #ADAF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAF7B; }
p { color: rgb(173,175,123); }
H1.HeaderClassName
{
color: #ADAF7B;
}
.AnyTagClassName
{
color: #ADAF7B;
}
</style>
background-color css
<style>
a { background-color: #ADAF7B; }
a { background-color: rgb(173,175,123); }
div.DivClassName
{
background-color: #ADAF7B;
}
.BgClassName
{
background-color: #ADAF7B;
}
</style>
border-color css
<style>
span { border-color: #ADAF7B; }
span { border-color: rgb(173,175,123); }
td.TdClassName
{
border-color: #ADAF7B;
}
.TagClassName
{
border-color: #ADAF7B;
}
</style>