Shades of Locust #A3A675
Tints of Locust #A3A675
RGB
CMYK
RGB Variations
Color information
#A3A675 (or 0xA3A675) is known color: Locust. HEX triplet: A3, A6 and 75. RGB value is (163,166,117). Sum of RGB (Red+Green+Blue) = 163+166+117=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 166 (65.23% from 255 or 37.22% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 166 - color contains mainly: green. Hex color #A3A675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A675 is #5C598A. Grayscale: #9F9F9F. Windows color (decimal): -6052235 or 7710371. OLE color: 7710371.
HSL color Cylindrical-coordinate representation of color #A3A675: hue angle of 63.67º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3A675 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 166 | 117 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.35 |
| HSL | 63.67º | 0.22% | 0.55% | - |
| HSV(B) | 63.67º | 0.3% | 0.65% | - |
| XYZ | 31.95 | 36.34 | 22.16 | - |
| YUV | 159.52 | 104.01 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 166 | 117 | 0.02 | 0 | 0.30 | 0.35 | 63.67 | 0.22 | 0.55 |
| Hex | A3 | A6 | 75 | 2 | 0 | 1E | 23 | 40 | 16 | 37 |
| Octal | 243 | 246 | 165 | 2 | 0 | 36 | 43 | 100 | 26 | 67 |
| Binary | 10100011 | 10100110 | 1110101 | 10 | 0 | 11110 | 100011 | 1000000 | 10110 | 110111 |
Color Harmonies of #A3A675
Complementary color
Monochromatic Colors of #A3A675
Black with #A3A675
Text Example
Text Example
White with #A3A675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A675; }
p { color: rgb(163,166,117); }
H1.HeaderClassName
{
color: #A3A675;
}
.AnyTagClassName
{
color: #A3A675;
}
</style>
background-color css
<style>
a { background-color: #A3A675; }
a { background-color: rgb(163,166,117); }
div.DivClassName
{
background-color: #A3A675;
}
.BgClassName
{
background-color: #A3A675;
}
</style>
border-color css
<style>
span { border-color: #A3A675; }
span { border-color: rgb(163,166,117); }
td.TdClassName
{
border-color: #A3A675;
}
.TagClassName
{
border-color: #A3A675;
}
</style>