Shades of Locust #A3A97D
Tints of Locust #A3A97D
RGB
CMYK
RGB Variations
Color information
#A3A97D (or 0xA3A97D) is known color: Locust. HEX triplet: A3, A9 and 7D. RGB value is (163,169,125). Sum of RGB (Red+Green+Blue) = 163+169+125=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 169 (66.41% from 255 or 36.98% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 169 - color contains mainly: green. Hex color #A3A97D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A97D is #5C5682. Grayscale: #A2A2A2. Windows color (decimal): -6051459 or 8235427. OLE color: 8235427.
HSL color Cylindrical-coordinate representation of color #A3A97D: hue angle of 68.18º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3A97D is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 169 | 125 | - |
| CMYK | 0.04 | 0 | 0.26 | 0.34 |
| HSL | 68.18º | 0.2% | 0.58% | - |
| HSV(B) | 68.18º | 0.26% | 0.66% | - |
| XYZ | 32.99 | 37.64 | 24.93 | - |
| YUV | 162.19 | 107.01 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 169 | 125 | 0.04 | 0 | 0.26 | 0.34 | 68.18 | 0.2 | 0.58 |
| Hex | A3 | A9 | 7D | 4 | 0 | 1A | 22 | 44 | 14 | 3A |
| Octal | 243 | 251 | 175 | 4 | 0 | 32 | 42 | 104 | 24 | 72 |
| Binary | 10100011 | 10101001 | 1111101 | 100 | 0 | 11010 | 100010 | 1000100 | 10100 | 111010 |
Color Harmonies of #A3A97D
Complementary color
Monochromatic Colors of #A3A97D
Black with #A3A97D
Text Example
Text Example
White with #A3A97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A97D; }
p { color: rgb(163,169,125); }
H1.HeaderClassName
{
color: #A3A97D;
}
.AnyTagClassName
{
color: #A3A97D;
}
</style>
background-color css
<style>
a { background-color: #A3A97D; }
a { background-color: rgb(163,169,125); }
div.DivClassName
{
background-color: #A3A97D;
}
.BgClassName
{
background-color: #A3A97D;
}
</style>
border-color css
<style>
span { border-color: #A3A97D; }
span { border-color: rgb(163,169,125); }
td.TdClassName
{
border-color: #A3A97D;
}
.TagClassName
{
border-color: #A3A97D;
}
</style>