Shades of Locust #A3A982
Tints of Locust #A3A982
RGB
CMYK
RGB Variations
Color information
#A3A982 (or 0xA3A982) is known color: Locust. HEX triplet: A3, A9 and 82. RGB value is (163,169,130). Sum of RGB (Red+Green+Blue) = 163+169+130=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 169 (66.41% from 255 or 36.58% from 462); Blue value is 130 (51.17% from 255 or 28.14% from 462); Max value from RGB is 169 - color contains mainly: green. Hex color #A3A982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A982 is #5C567D. Grayscale: #A2A2A2. Windows color (decimal): -6051454 or 8563107. OLE color: 8563107.
HSL color Cylindrical-coordinate representation of color #A3A982: hue angle of 69.23º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A3A982 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 169 | 130 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.34 |
| HSL | 69.23º | 0.18% | 0.59% | - |
| HSV(B) | 69.23º | 0.23% | 0.66% | - |
| XYZ | 33.32 | 37.77 | 26.65 | - |
| YUV | 162.76 | 109.51 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 169 | 130 | 0.04 | 0 | 0.23 | 0.34 | 69.23 | 0.18 | 0.59 |
| Hex | A3 | A9 | 82 | 4 | 0 | 17 | 22 | 45 | 12 | 3B |
| Octal | 243 | 251 | 202 | 4 | 0 | 27 | 42 | 105 | 22 | 73 |
| Binary | 10100011 | 10101001 | 10000010 | 100 | 0 | 10111 | 100010 | 1000101 | 10010 | 111011 |
Color Harmonies of #A3A982
Complementary color
Monochromatic Colors of #A3A982
Black with #A3A982
Text Example
Text Example
White with #A3A982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A982; }
p { color: rgb(163,169,130); }
H1.HeaderClassName
{
color: #A3A982;
}
.AnyTagClassName
{
color: #A3A982;
}
</style>
background-color css
<style>
a { background-color: #A3A982; }
a { background-color: rgb(163,169,130); }
div.DivClassName
{
background-color: #A3A982;
}
.BgClassName
{
background-color: #A3A982;
}
</style>
border-color css
<style>
span { border-color: #A3A982; }
span { border-color: rgb(163,169,130); }
td.TdClassName
{
border-color: #A3A982;
}
.TagClassName
{
border-color: #A3A982;
}
</style>