Shades of Locust #A7AD74
Tints of Locust #A7AD74
RGB
CMYK
RGB Variations
Color information
#A7AD74 (or 0xA7AD74) is known color: Locust. HEX triplet: A7, AD and 74. RGB value is (167,173,116). Sum of RGB (Red+Green+Blue) = 167+173+116=456 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.62% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 116 (45.70% from 255 or 25.44% from 456); Max value from RGB is 173 - color contains mainly: green. Hex color #A7AD74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AD74 is #58528B. Grayscale: #A4A4A4. Windows color (decimal): -5788300 or 7646631. OLE color: 7646631.
HSL color Cylindrical-coordinate representation of color #A7AD74: hue angle of 66.32º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7AD74 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 167 | 173 | 116 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.32 |
| HSL | 66.32º | 0.26% | 0.57% | - |
| HSV(B) | 66.32º | 0.33% | 0.68% | - |
| XYZ | 34.03 | 39.36 | 22.33 | - |
| YUV | 164.71 | 100.51 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 173 | 116 | 0.03 | 0 | 0.33 | 0.32 | 66.32 | 0.26 | 0.57 |
| Hex | A7 | AD | 74 | 3 | 0 | 21 | 20 | 42 | 1A | 39 |
| Octal | 247 | 255 | 164 | 3 | 0 | 41 | 40 | 102 | 32 | 71 |
| Binary | 10100111 | 10101101 | 1110100 | 11 | 0 | 100001 | 100000 | 1000010 | 11010 | 111001 |
Color Harmonies of #A7AD74
Complementary color
Monochromatic Colors of #A7AD74
Black with #A7AD74
Text Example
Text Example
White with #A7AD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7AD74; }
p { color: rgb(167,173,116); }
H1.HeaderClassName
{
color: #A7AD74;
}
.AnyTagClassName
{
color: #A7AD74;
}
</style>
background-color css
<style>
a { background-color: #A7AD74; }
a { background-color: rgb(167,173,116); }
div.DivClassName
{
background-color: #A7AD74;
}
.BgClassName
{
background-color: #A7AD74;
}
</style>
border-color css
<style>
span { border-color: #A7AD74; }
span { border-color: rgb(167,173,116); }
td.TdClassName
{
border-color: #A7AD74;
}
.TagClassName
{
border-color: #A7AD74;
}
</style>