Shades of Locust #A3A875
Tints of Locust #A3A875
RGB
CMYK
RGB Variations
Color information
#A3A875 (or 0xA3A875) is known color: Locust. HEX triplet: A3, A8 and 75. RGB value is (163,168,117). Sum of RGB (Red+Green+Blue) = 163+168+117=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 168 (66.02% from 255 or 37.5% from 448); Blue value is 117 (46.09% from 255 or 26.12% from 448); Max value from RGB is 168 - color contains mainly: green. Hex color #A3A875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A875 is #5C578A. Grayscale: #A0A0A0. Windows color (decimal): -6051723 or 7710883. OLE color: 7710883.
HSL color Cylindrical-coordinate representation of color #A3A875: hue angle of 65.88º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3A875 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 168 | 117 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.34 |
| HSL | 65.88º | 0.23% | 0.56% | - |
| HSV(B) | 65.88º | 0.3% | 0.66% | - |
| XYZ | 32.32 | 37.08 | 22.28 | - |
| YUV | 160.69 | 103.34 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 168 | 117 | 0.03 | 0 | 0.30 | 0.34 | 65.88 | 0.23 | 0.56 |
| Hex | A3 | A8 | 75 | 3 | 0 | 1E | 22 | 42 | 17 | 38 |
| Octal | 243 | 250 | 165 | 3 | 0 | 36 | 42 | 102 | 27 | 70 |
| Binary | 10100011 | 10101000 | 1110101 | 11 | 0 | 11110 | 100010 | 1000010 | 10111 | 111000 |
Color Harmonies of #A3A875
Complementary color
Monochromatic Colors of #A3A875
Black with #A3A875
Text Example
Text Example
White with #A3A875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A875; }
p { color: rgb(163,168,117); }
H1.HeaderClassName
{
color: #A3A875;
}
.AnyTagClassName
{
color: #A3A875;
}
</style>
background-color css
<style>
a { background-color: #A3A875; }
a { background-color: rgb(163,168,117); }
div.DivClassName
{
background-color: #A3A875;
}
.BgClassName
{
background-color: #A3A875;
}
</style>
border-color css
<style>
span { border-color: #A3A875; }
span { border-color: rgb(163,168,117); }
td.TdClassName
{
border-color: #A3A875;
}
.TagClassName
{
border-color: #A3A875;
}
</style>