Shades of Locust #A5A971
Tints of Locust #A5A971
RGB
CMYK
RGB Variations
Color information
#A5A971 (or 0xA5A971) is known color: Locust. HEX triplet: A5, A9 and 71. RGB value is (165,169,113). Sum of RGB (Red+Green+Blue) = 165+169+113=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 169 (66.41% from 255 or 37.81% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 169 - color contains mainly: green. Hex color #A5A971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A971 is #5A568E. Grayscale: #A1A1A1. Windows color (decimal): -5920399 or 7448997. OLE color: 7448997.
HSL color Cylindrical-coordinate representation of color #A5A971: hue angle of 64.29º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5A971 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 165 | 169 | 113 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.34 |
| HSL | 64.29º | 0.25% | 0.55% | - |
| HSV(B) | 64.29º | 0.33% | 0.66% | - |
| XYZ | 32.69 | 37.57 | 21.15 | - |
| YUV | 161.42 | 100.67 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 169 | 113 | 0.02 | 0 | 0.33 | 0.34 | 64.29 | 0.25 | 0.55 |
| Hex | A5 | A9 | 71 | 2 | 0 | 21 | 22 | 40 | 19 | 37 |
| Octal | 245 | 251 | 161 | 2 | 0 | 41 | 42 | 100 | 31 | 67 |
| Binary | 10100101 | 10101001 | 1110001 | 10 | 0 | 100001 | 100010 | 1000000 | 11001 | 110111 |
Color Harmonies of #A5A971
Complementary color
Monochromatic Colors of #A5A971
Black with #A5A971
Text Example
Text Example
White with #A5A971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A971; }
p { color: rgb(165,169,113); }
H1.HeaderClassName
{
color: #A5A971;
}
.AnyTagClassName
{
color: #A5A971;
}
</style>
background-color css
<style>
a { background-color: #A5A971; }
a { background-color: rgb(165,169,113); }
div.DivClassName
{
background-color: #A5A971;
}
.BgClassName
{
background-color: #A5A971;
}
</style>
border-color css
<style>
span { border-color: #A5A971; }
span { border-color: rgb(165,169,113); }
td.TdClassName
{
border-color: #A5A971;
}
.TagClassName
{
border-color: #A5A971;
}
</style>