Shades of Locust #A3A87C
Tints of Locust #A3A87C
RGB
CMYK
RGB Variations
Color information
#A3A87C (or 0xA3A87C) is known color: Locust. HEX triplet: A3, A8 and 7C. RGB value is (163,168,124). Sum of RGB (Red+Green+Blue) = 163+168+124=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 168 (66.02% from 255 or 36.92% from 455); Blue value is 124 (48.83% from 255 or 27.25% from 455); Max value from RGB is 168 - color contains mainly: green. Hex color #A3A87C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A87C is #5C5783. Grayscale: #A1A1A1. Windows color (decimal): -6051716 or 8169635. OLE color: 8169635.
HSL color Cylindrical-coordinate representation of color #A3A87C: hue angle of 66.82º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3A87C is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 168 | 124 | - |
| CMYK | 0.03 | 0 | 0.26 | 0.34 |
| HSL | 66.82º | 0.2% | 0.57% | - |
| HSV(B) | 66.82º | 0.26% | 0.66% | - |
| XYZ | 32.74 | 37.25 | 24.53 | - |
| YUV | 161.49 | 106.84 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 168 | 124 | 0.03 | 0 | 0.26 | 0.34 | 66.82 | 0.2 | 0.57 |
| Hex | A3 | A8 | 7C | 3 | 0 | 1A | 22 | 43 | 14 | 39 |
| Octal | 243 | 250 | 174 | 3 | 0 | 32 | 42 | 103 | 24 | 71 |
| Binary | 10100011 | 10101000 | 1111100 | 11 | 0 | 11010 | 100010 | 1000011 | 10100 | 111001 |
Color Harmonies of #A3A87C
Complementary color
Monochromatic Colors of #A3A87C
Black with #A3A87C
Text Example
Text Example
White with #A3A87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A87C; }
p { color: rgb(163,168,124); }
H1.HeaderClassName
{
color: #A3A87C;
}
.AnyTagClassName
{
color: #A3A87C;
}
</style>
background-color css
<style>
a { background-color: #A3A87C; }
a { background-color: rgb(163,168,124); }
div.DivClassName
{
background-color: #A3A87C;
}
.BgClassName
{
background-color: #A3A87C;
}
</style>
border-color css
<style>
span { border-color: #A3A87C; }
span { border-color: rgb(163,168,124); }
td.TdClassName
{
border-color: #A3A87C;
}
.TagClassName
{
border-color: #A3A87C;
}
</style>