Shades of Locust #A3A874
Tints of Locust #A3A874
RGB
CMYK
RGB Variations
Color information
#A3A874 (or 0xA3A874) is known color: Locust. HEX triplet: A3, A8 and 74. RGB value is (163,168,116). Sum of RGB (Red+Green+Blue) = 163+168+116=447 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.47% from 447); Green value is 168 (66.02% from 255 or 37.58% from 447); Blue value is 116 (45.70% from 255 or 25.95% from 447); Max value from RGB is 168 - color contains mainly: green. Hex color #A3A874 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A874 is #5C578B. Grayscale: #A0A0A0. Windows color (decimal): -6051724 or 7645347. OLE color: 7645347.
HSL color Cylindrical-coordinate representation of color #A3A874: hue angle of 65.77º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3A874 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 168 | 116 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.34 |
| HSL | 65.77º | 0.23% | 0.56% | - |
| HSV(B) | 65.77º | 0.31% | 0.66% | - |
| XYZ | 32.26 | 37.05 | 21.97 | - |
| YUV | 160.58 | 102.84 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 168 | 116 | 0.03 | 0 | 0.31 | 0.34 | 65.77 | 0.23 | 0.56 |
| Hex | A3 | A8 | 74 | 3 | 0 | 1F | 22 | 42 | 17 | 38 |
| Octal | 243 | 250 | 164 | 3 | 0 | 37 | 42 | 102 | 27 | 70 |
| Binary | 10100011 | 10101000 | 1110100 | 11 | 0 | 11111 | 100010 | 1000010 | 10111 | 111000 |
Color Harmonies of #A3A874
Complementary color
Monochromatic Colors of #A3A874
Black with #A3A874
Text Example
Text Example
White with #A3A874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A874; }
p { color: rgb(163,168,116); }
H1.HeaderClassName
{
color: #A3A874;
}
.AnyTagClassName
{
color: #A3A874;
}
</style>
background-color css
<style>
a { background-color: #A3A874; }
a { background-color: rgb(163,168,116); }
div.DivClassName
{
background-color: #A3A874;
}
.BgClassName
{
background-color: #A3A874;
}
</style>
border-color css
<style>
span { border-color: #A3A874; }
span { border-color: rgb(163,168,116); }
td.TdClassName
{
border-color: #A3A874;
}
.TagClassName
{
border-color: #A3A874;
}
</style>