Shades of Locust #A5A475
Tints of Locust #A5A475
RGB
CMYK
RGB Variations
Color information
#A5A475 (or 0xA5A475) is known color: Locust. HEX triplet: A5, A4 and 75. RGB value is (165,164,117). Sum of RGB (Red+Green+Blue) = 165+164+117=446 (59% of max value = 765). Red value is 165 (64.84% from 255 or 37.00% from 446); Green value is 164 (64.45% from 255 or 36.77% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A475 is #5A5B8A. Grayscale: #9F9F9F. Windows color (decimal): -5921675 or 7709861. OLE color: 7709861.
HSL color Cylindrical-coordinate representation of color #A5A475: hue angle of 58.75º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5A475 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 164 | 117 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.35 |
| HSL | 58.75º | 0.21% | 0.55% | - |
| HSV(B) | 58.75º | 0.29% | 0.65% | - |
| XYZ | 32 | 35.83 | 22.06 | - |
| YUV | 158.94 | 104.33 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 164 | 117 | 0 | 0.01 | 0.29 | 0.35 | 58.75 | 0.21 | 0.55 |
| Hex | A5 | A4 | 75 | 0 | 1 | 1D | 23 | 3B | 15 | 37 |
| Octal | 245 | 244 | 165 | 0 | 1 | 35 | 43 | 73 | 25 | 67 |
| Binary | 10100101 | 10100100 | 1110101 | 0 | 1 | 11101 | 100011 | 111011 | 10101 | 110111 |
Color Harmonies of #A5A475
Complementary color
Monochromatic Colors of #A5A475
Black with #A5A475
Text Example
Text Example
White with #A5A475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A475; }
p { color: rgb(165,164,117); }
H1.HeaderClassName
{
color: #A5A475;
}
.AnyTagClassName
{
color: #A5A475;
}
</style>
background-color css
<style>
a { background-color: #A5A475; }
a { background-color: rgb(165,164,117); }
div.DivClassName
{
background-color: #A5A475;
}
.BgClassName
{
background-color: #A5A475;
}
</style>
border-color css
<style>
span { border-color: #A5A475; }
span { border-color: rgb(165,164,117); }
td.TdClassName
{
border-color: #A5A475;
}
.TagClassName
{
border-color: #A5A475;
}
</style>