Shades of Locust #A7AD81
Tints of Locust #A7AD81
RGB
CMYK
RGB Variations
Color information
#A7AD81 (or 0xA7AD81) is known color: Locust. HEX triplet: A7, AD and 81. RGB value is (167,173,129). Sum of RGB (Red+Green+Blue) = 167+173+129=469 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.61% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 129 (50.78% from 255 or 27.51% from 469); Max value from RGB is 173 - color contains mainly: green. Hex color #A7AD81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AD81 is #58527E. Grayscale: #A6A6A6. Windows color (decimal): -5788287 or 8498599. OLE color: 8498599.
HSL color Cylindrical-coordinate representation of color #A7AD81: hue angle of 68.18º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A7AD81 is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 167 | 173 | 129 | - |
| CMYK | 0.03 | 0 | 0.25 | 0.32 |
| HSL | 68.18º | 0.21% | 0.59% | - |
| HSV(B) | 68.18º | 0.25% | 0.68% | - |
| XYZ | 34.84 | 39.69 | 26.59 | - |
| YUV | 166.19 | 107.01 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 173 | 129 | 0.03 | 0 | 0.25 | 0.32 | 68.18 | 0.21 | 0.59 |
| Hex | A7 | AD | 81 | 3 | 0 | 19 | 20 | 44 | 15 | 3B |
| Octal | 247 | 255 | 201 | 3 | 0 | 31 | 40 | 104 | 25 | 73 |
| Binary | 10100111 | 10101101 | 10000001 | 11 | 0 | 11001 | 100000 | 1000100 | 10101 | 111011 |
Color Harmonies of #A7AD81
Complementary color
Monochromatic Colors of #A7AD81
Black with #A7AD81
Text Example
Text Example
White with #A7AD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7AD81; }
p { color: rgb(167,173,129); }
H1.HeaderClassName
{
color: #A7AD81;
}
.AnyTagClassName
{
color: #A7AD81;
}
</style>
background-color css
<style>
a { background-color: #A7AD81; }
a { background-color: rgb(167,173,129); }
div.DivClassName
{
background-color: #A7AD81;
}
.BgClassName
{
background-color: #A7AD81;
}
</style>
border-color css
<style>
span { border-color: #A7AD81; }
span { border-color: rgb(167,173,129); }
td.TdClassName
{
border-color: #A7AD81;
}
.TagClassName
{
border-color: #A7AD81;
}
</style>