Shades of Locust #A6AC73
Tints of Locust #A6AC73
RGB
CMYK
RGB Variations
Color information
#A6AC73 (or 0xA6AC73) is known color: Locust. HEX triplet: A6, AC and 73. RGB value is (166,172,115). Sum of RGB (Red+Green+Blue) = 166+172+115=453 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.64% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 115 (45.31% from 255 or 25.39% from 453); Max value from RGB is 172 - color contains mainly: green. Hex color #A6AC73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AC73 is #59538C. Grayscale: #A3A3A3. Windows color (decimal): -5854093 or 7580838. OLE color: 7580838.
HSL color Cylindrical-coordinate representation of color #A6AC73: hue angle of 66.32º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6AC73 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 172 | 115 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.33 |
| HSL | 66.32º | 0.26% | 0.56% | - |
| HSV(B) | 66.32º | 0.33% | 0.67% | - |
| XYZ | 33.57 | 38.85 | 21.95 | - |
| YUV | 163.71 | 100.51 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 172 | 115 | 0.03 | 0 | 0.33 | 0.33 | 66.32 | 0.26 | 0.56 |
| Hex | A6 | AC | 73 | 3 | 0 | 21 | 21 | 42 | 1A | 38 |
| Octal | 246 | 254 | 163 | 3 | 0 | 41 | 41 | 102 | 32 | 70 |
| Binary | 10100110 | 10101100 | 1110011 | 11 | 0 | 100001 | 100001 | 1000010 | 11010 | 111000 |
Color Harmonies of #A6AC73
Complementary color
Monochromatic Colors of #A6AC73
Black with #A6AC73
Text Example
Text Example
White with #A6AC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AC73; }
p { color: rgb(166,172,115); }
H1.HeaderClassName
{
color: #A6AC73;
}
.AnyTagClassName
{
color: #A6AC73;
}
</style>
background-color css
<style>
a { background-color: #A6AC73; }
a { background-color: rgb(166,172,115); }
div.DivClassName
{
background-color: #A6AC73;
}
.BgClassName
{
background-color: #A6AC73;
}
</style>
border-color css
<style>
span { border-color: #A6AC73; }
span { border-color: rgb(166,172,115); }
td.TdClassName
{
border-color: #A6AC73;
}
.TagClassName
{
border-color: #A6AC73;
}
</style>