Shades of Locust #A3A27C
Tints of Locust #A3A27C
RGB
CMYK
RGB Variations
Color information
#A3A27C (or 0xA3A27C) is known color: Locust. HEX triplet: A3, A2 and 7C. RGB value is (163,162,124). Sum of RGB (Red+Green+Blue) = 163+162+124=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A27C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A27C is #5C5D83. Grayscale: #9E9E9E. Windows color (decimal): -6053252 or 8168099. OLE color: 8168099.
HSL color Cylindrical-coordinate representation of color #A3A27C: hue angle of 58.46º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A3A27C is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 162 | 124 | - |
| CMYK | 0 | 0.01 | 0.24 | 0.36 |
| HSL | 58.46º | 0.17% | 0.56% | - |
| HSV(B) | 58.46º | 0.24% | 0.64% | - |
| XYZ | 31.66 | 35.08 | 24.17 | - |
| YUV | 157.97 | 108.83 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 162 | 124 | 0 | 0.01 | 0.24 | 0.36 | 58.46 | 0.17 | 0.56 |
| Hex | A3 | A2 | 7C | 0 | 1 | 18 | 24 | 3A | 11 | 38 |
| Octal | 243 | 242 | 174 | 0 | 1 | 30 | 44 | 72 | 21 | 70 |
| Binary | 10100011 | 10100010 | 1111100 | 0 | 1 | 11000 | 100100 | 111010 | 10001 | 111000 |
Color Harmonies of #A3A27C
Complementary color
Monochromatic Colors of #A3A27C
Black with #A3A27C
Text Example
Text Example
White with #A3A27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A27C; }
p { color: rgb(163,162,124); }
H1.HeaderClassName
{
color: #A3A27C;
}
.AnyTagClassName
{
color: #A3A27C;
}
</style>
background-color css
<style>
a { background-color: #A3A27C; }
a { background-color: rgb(163,162,124); }
div.DivClassName
{
background-color: #A3A27C;
}
.BgClassName
{
background-color: #A3A27C;
}
</style>
border-color css
<style>
span { border-color: #A3A27C; }
span { border-color: rgb(163,162,124); }
td.TdClassName
{
border-color: #A3A27C;
}
.TagClassName
{
border-color: #A3A27C;
}
</style>