Shades of Locust #A6B373
Tints of Locust #A6B373
RGB
CMYK
RGB Variations
Color information
#A6B373 (or 0xA6B373) is known color: Locust. HEX triplet: A6, B3 and 73. RGB value is (166,179,115). Sum of RGB (Red+Green+Blue) = 166+179+115=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 179 (70.31% from 255 or 38.91% from 460); Blue value is 115 (45.31% from 255 or 25% from 460); Max value from RGB is 179 - color contains mainly: green. Hex color #A6B373 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B373 is #594C8C. Grayscale: #A8A8A8. Windows color (decimal): -5852301 or 7582630. OLE color: 7582630.
HSL color Cylindrical-coordinate representation of color #A6B373: hue angle of 72.19º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A6B373 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 179 | 115 | - |
| CMYK | 0.07 | 0 | 0.36 | 0.30 |
| HSL | 72.19º | 0.3% | 0.58% | - |
| HSV(B) | 72.19º | 0.36% | 0.7% | - |
| XYZ | 34.94 | 41.59 | 22.4 | - |
| YUV | 167.82 | 98.19 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 179 | 115 | 0.07 | 0 | 0.36 | 0.30 | 72.19 | 0.3 | 0.58 |
| Hex | A6 | B3 | 73 | 7 | 0 | 24 | 1E | 48 | 1E | 3A |
| Octal | 246 | 263 | 163 | 7 | 0 | 44 | 36 | 110 | 36 | 72 |
| Binary | 10100110 | 10110011 | 1110011 | 111 | 0 | 100100 | 11110 | 1001000 | 11110 | 111010 |
Color Harmonies of #A6B373
Complementary color
Monochromatic Colors of #A6B373
Black with #A6B373
Text Example
Text Example
White with #A6B373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B373; }
p { color: rgb(166,179,115); }
H1.HeaderClassName
{
color: #A6B373;
}
.AnyTagClassName
{
color: #A6B373;
}
</style>
background-color css
<style>
a { background-color: #A6B373; }
a { background-color: rgb(166,179,115); }
div.DivClassName
{
background-color: #A6B373;
}
.BgClassName
{
background-color: #A6B373;
}
</style>
border-color css
<style>
span { border-color: #A6B373; }
span { border-color: rgb(166,179,115); }
td.TdClassName
{
border-color: #A6B373;
}
.TagClassName
{
border-color: #A6B373;
}
</style>