Shades of Locust #A3AC7F
Tints of Locust #A3AC7F
RGB
CMYK
RGB Variations
Color information
#A3AC7F (or 0xA3AC7F) is known color: Locust. HEX triplet: A3, AC and 7F. RGB value is (163,172,127). Sum of RGB (Red+Green+Blue) = 163+172+127=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 127 (50% from 255 or 27.49% from 462); Max value from RGB is 172 - color contains mainly: green. Hex color #A3AC7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AC7F is #5C5380. Grayscale: #A4A4A4. Windows color (decimal): -6050689 or 8367267. OLE color: 8367267.
HSL color Cylindrical-coordinate representation of color #A3AC7F: hue angle of 72º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3AC7F is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 172 | 127 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.33 |
| HSL | 72º | 0.21% | 0.59% | - |
| HSV(B) | 72º | 0.26% | 0.67% | - |
| XYZ | 33.69 | 38.82 | 25.8 | - |
| YUV | 164.18 | 107.02 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 172 | 127 | 0.05 | 0 | 0.26 | 0.33 | 72 | 0.21 | 0.59 |
| Hex | A3 | AC | 7F | 5 | 0 | 1A | 21 | 48 | 15 | 3B |
| Octal | 243 | 254 | 177 | 5 | 0 | 32 | 41 | 110 | 25 | 73 |
| Binary | 10100011 | 10101100 | 1111111 | 101 | 0 | 11010 | 100001 | 1001000 | 10101 | 111011 |
Color Harmonies of #A3AC7F
Complementary color
Monochromatic Colors of #A3AC7F
Black with #A3AC7F
Text Example
Text Example
White with #A3AC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AC7F; }
p { color: rgb(163,172,127); }
H1.HeaderClassName
{
color: #A3AC7F;
}
.AnyTagClassName
{
color: #A3AC7F;
}
</style>
background-color css
<style>
a { background-color: #A3AC7F; }
a { background-color: rgb(163,172,127); }
div.DivClassName
{
background-color: #A3AC7F;
}
.BgClassName
{
background-color: #A3AC7F;
}
</style>
border-color css
<style>
span { border-color: #A3AC7F; }
span { border-color: rgb(163,172,127); }
td.TdClassName
{
border-color: #A3AC7F;
}
.TagClassName
{
border-color: #A3AC7F;
}
</style>