Shades of Locust #A3A284
Tints of Locust #A3A284
RGB
CMYK
RGB Variations
Color information
#A3A284 (or 0xA3A284) is known color: Locust. HEX triplet: A3, A2 and 84. RGB value is (163,162,132). Sum of RGB (Red+Green+Blue) = 163+162+132=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 162 (63.67% from 255 or 35.45% from 457); Blue value is 132 (51.95% from 255 or 28.88% from 457); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A284 is #5C5D7B. Grayscale: #9F9F9F. Windows color (decimal): -6053244 or 8692387. OLE color: 8692387.
HSL color Cylindrical-coordinate representation of color #A3A284: hue angle of 58.06º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A3A284 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 162 | 132 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.36 |
| HSL | 58.06º | 0.14% | 0.58% | - |
| HSV(B) | 58.06º | 0.19% | 0.64% | - |
| XYZ | 32.19 | 35.29 | 26.95 | - |
| YUV | 158.88 | 112.83 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 162 | 132 | 0 | 0.01 | 0.19 | 0.36 | 58.06 | 0.14 | 0.58 |
| Hex | A3 | A2 | 84 | 0 | 1 | 13 | 24 | 3A | E | 3A |
| Octal | 243 | 242 | 204 | 0 | 1 | 23 | 44 | 72 | 16 | 72 |
| Binary | 10100011 | 10100010 | 10000100 | 0 | 1 | 10011 | 100100 | 111010 | 1110 | 111010 |
Color Harmonies of #A3A284
Complementary color
Monochromatic Colors of #A3A284
Black with #A3A284
Text Example
Text Example
White with #A3A284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A284; }
p { color: rgb(163,162,132); }
H1.HeaderClassName
{
color: #A3A284;
}
.AnyTagClassName
{
color: #A3A284;
}
</style>
background-color css
<style>
a { background-color: #A3A284; }
a { background-color: rgb(163,162,132); }
div.DivClassName
{
background-color: #A3A284;
}
.BgClassName
{
background-color: #A3A284;
}
</style>
border-color css
<style>
span { border-color: #A3A284; }
span { border-color: rgb(163,162,132); }
td.TdClassName
{
border-color: #A3A284;
}
.TagClassName
{
border-color: #A3A284;
}
</style>