Shades of Locust #A3A374
Tints of Locust #A3A374
RGB
CMYK
RGB Variations
Color information
#A3A374 (or 0xA3A374) is known color: Locust. HEX triplet: A3, A3 and 74. RGB value is (163,163,116). Sum of RGB (Red+Green+Blue) = 163+163+116=442 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.88% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 116 (45.70% from 255 or 26.24% from 442); Max value from RGB is 163 - color contains mainly: red, green. Hex color #A3A374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A374 is #5C5C8B. Grayscale: #9D9D9D. Windows color (decimal): -6053004 or 7644067. OLE color: 7644067.
HSL color Cylindrical-coordinate representation of color #A3A374: hue angle of 60º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3A374 is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 163 | 116 | - |
| CMYK | 0 | 0 | 0.29 | 0.36 |
| HSL | 60º | 0.2% | 0.55% | - |
| HSV(B) | 60º | 0.29% | 0.64% | - |
| XYZ | 31.35 | 35.24 | 21.67 | - |
| YUV | 157.64 | 104.5 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 163 | 116 | 0 | 0 | 0.29 | 0.36 | 60 | 0.2 | 0.55 |
| Hex | A3 | A3 | 74 | 0 | 0 | 1D | 24 | 3C | 14 | 37 |
| Octal | 243 | 243 | 164 | 0 | 0 | 35 | 44 | 74 | 24 | 67 |
| Binary | 10100011 | 10100011 | 1110100 | 0 | 0 | 11101 | 100100 | 111100 | 10100 | 110111 |
Color Harmonies of #A3A374
Complementary color
Monochromatic Colors of #A3A374
Black with #A3A374
Text Example
Text Example
White with #A3A374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A374; }
p { color: rgb(163,163,116); }
H1.HeaderClassName
{
color: #A3A374;
}
.AnyTagClassName
{
color: #A3A374;
}
</style>
background-color css
<style>
a { background-color: #A3A374; }
a { background-color: rgb(163,163,116); }
div.DivClassName
{
background-color: #A3A374;
}
.BgClassName
{
background-color: #A3A374;
}
</style>
border-color css
<style>
span { border-color: #A3A374; }
span { border-color: rgb(163,163,116); }
td.TdClassName
{
border-color: #A3A374;
}
.TagClassName
{
border-color: #A3A374;
}
</style>