Shades of Locust #A3A475
Tints of Locust #A3A475
RGB
CMYK
RGB Variations
Color information
#A3A475 (or 0xA3A475) is known color: Locust. HEX triplet: A3, A4 and 75. RGB value is (163,164,117). Sum of RGB (Red+Green+Blue) = 163+164+117=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 164 (64.45% from 255 or 36.94% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 164 - color contains mainly: green. Hex color #A3A475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A475 is #5C5B8A. Grayscale: #9E9E9E. Windows color (decimal): -6052747 or 7709859. OLE color: 7709859.
HSL color Cylindrical-coordinate representation of color #A3A475: hue angle of 61.28º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3A475 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 164 | 117 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.36 |
| HSL | 61.28º | 0.21% | 0.55% | - |
| HSV(B) | 61.28º | 0.29% | 0.64% | - |
| XYZ | 31.59 | 35.62 | 22.04 | - |
| YUV | 158.34 | 104.67 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 164 | 117 | 0.01 | 0 | 0.29 | 0.36 | 61.28 | 0.21 | 0.55 |
| Hex | A3 | A4 | 75 | 1 | 0 | 1D | 24 | 3D | 15 | 37 |
| Octal | 243 | 244 | 165 | 1 | 0 | 35 | 44 | 75 | 25 | 67 |
| Binary | 10100011 | 10100100 | 1110101 | 1 | 0 | 11101 | 100100 | 111101 | 10101 | 110111 |
Color Harmonies of #A3A475
Complementary color
Monochromatic Colors of #A3A475
Black with #A3A475
Text Example
Text Example
White with #A3A475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A475; }
p { color: rgb(163,164,117); }
H1.HeaderClassName
{
color: #A3A475;
}
.AnyTagClassName
{
color: #A3A475;
}
</style>
background-color css
<style>
a { background-color: #A3A475; }
a { background-color: rgb(163,164,117); }
div.DivClassName
{
background-color: #A3A475;
}
.BgClassName
{
background-color: #A3A475;
}
</style>
border-color css
<style>
span { border-color: #A3A475; }
span { border-color: rgb(163,164,117); }
td.TdClassName
{
border-color: #A3A475;
}
.TagClassName
{
border-color: #A3A475;
}
</style>