Shades of Locust #ADB07D
Tints of Locust #ADB07D
RGB
CMYK
RGB Variations
Color information
#ADB07D (or 0xADB07D) is known color: Locust. HEX triplet: AD, B0 and 7D. RGB value is (173,176,125). Sum of RGB (Red+Green+Blue) = 173+176+125=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 176 (69.14% from 255 or 37.13% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB07D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB07D is #524F82. Grayscale: #A9A9A9. Windows color (decimal): -5394307 or 8237229. OLE color: 8237229.
HSL color Cylindrical-coordinate representation of color #ADB07D: hue angle of 63.53º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADB07D is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 176 | 125 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.31 |
| HSL | 63.53º | 0.24% | 0.59% | - |
| HSV(B) | 63.53º | 0.29% | 0.69% | - |
| XYZ | 36.46 | 41.42 | 25.47 | - |
| YUV | 169.29 | 103.01 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 125 | 0.02 | 0 | 0.29 | 0.31 | 63.53 | 0.24 | 0.59 |
| Hex | AD | B0 | 7D | 2 | 0 | 1D | 1F | 40 | 18 | 3B |
| Octal | 255 | 260 | 175 | 2 | 0 | 35 | 37 | 100 | 30 | 73 |
| Binary | 10101101 | 10110000 | 1111101 | 10 | 0 | 11101 | 11111 | 1000000 | 11000 | 111011 |
Color Harmonies of #ADB07D
Complementary color
Monochromatic Colors of #ADB07D
Black with #ADB07D
Text Example
Text Example
White with #ADB07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB07D; }
p { color: rgb(173,176,125); }
H1.HeaderClassName
{
color: #ADB07D;
}
.AnyTagClassName
{
color: #ADB07D;
}
</style>
background-color css
<style>
a { background-color: #ADB07D; }
a { background-color: rgb(173,176,125); }
div.DivClassName
{
background-color: #ADB07D;
}
.BgClassName
{
background-color: #ADB07D;
}
</style>
border-color css
<style>
span { border-color: #ADB07D; }
span { border-color: rgb(173,176,125); }
td.TdClassName
{
border-color: #ADB07D;
}
.TagClassName
{
border-color: #ADB07D;
}
</style>