Shades of Locust #A7AD75
Tints of Locust #A7AD75
RGB
CMYK
RGB Variations
Color information
#A7AD75 (or 0xA7AD75) is known color: Locust. HEX triplet: A7, AD and 75. RGB value is (167,173,117). Sum of RGB (Red+Green+Blue) = 167+173+117=457 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.54% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 173 - color contains mainly: green. Hex color #A7AD75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AD75 is #58528A. Grayscale: #A5A5A5. Windows color (decimal): -5788299 or 7712167. OLE color: 7712167.
HSL color Cylindrical-coordinate representation of color #A7AD75: hue angle of 66.43º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A7AD75 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 167 | 173 | 117 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.32 |
| HSL | 66.43º | 0.25% | 0.57% | - |
| HSV(B) | 66.43º | 0.32% | 0.68% | - |
| XYZ | 34.09 | 39.39 | 22.64 | - |
| YUV | 164.82 | 101.01 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 173 | 117 | 0.03 | 0 | 0.32 | 0.32 | 66.43 | 0.25 | 0.57 |
| Hex | A7 | AD | 75 | 3 | 0 | 20 | 20 | 42 | 19 | 39 |
| Octal | 247 | 255 | 165 | 3 | 0 | 40 | 40 | 102 | 31 | 71 |
| Binary | 10100111 | 10101101 | 1110101 | 11 | 0 | 100000 | 100000 | 1000010 | 11001 | 111001 |
Color Harmonies of #A7AD75
Complementary color
Monochromatic Colors of #A7AD75
Black with #A7AD75
Text Example
Text Example
White with #A7AD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7AD75; }
p { color: rgb(167,173,117); }
H1.HeaderClassName
{
color: #A7AD75;
}
.AnyTagClassName
{
color: #A7AD75;
}
</style>
background-color css
<style>
a { background-color: #A7AD75; }
a { background-color: rgb(167,173,117); }
div.DivClassName
{
background-color: #A7AD75;
}
.BgClassName
{
background-color: #A7AD75;
}
</style>
border-color css
<style>
span { border-color: #A7AD75; }
span { border-color: rgb(167,173,117); }
td.TdClassName
{
border-color: #A7AD75;
}
.TagClassName
{
border-color: #A7AD75;
}
</style>