Shades of Locust #A6B377
Tints of Locust #A6B377
RGB
CMYK
RGB Variations
Color information
#A6B377 (or 0xA6B377) is known color: Locust. HEX triplet: A6, B3 and 77. RGB value is (166,179,119). Sum of RGB (Red+Green+Blue) = 166+179+119=464 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.78% from 464); Green value is 179 (70.31% from 255 or 38.58% from 464); Blue value is 119 (46.88% from 255 or 25.65% from 464); Max value from RGB is 179 - color contains mainly: green. Hex color #A6B377 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B377 is #594C88. Grayscale: #A8A8A8. Windows color (decimal): -5852297 or 7844774. OLE color: 7844774.
HSL color Cylindrical-coordinate representation of color #A6B377: hue angle of 73º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6B377 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 179 | 119 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.30 |
| HSL | 73º | 0.28% | 0.58% | - |
| HSV(B) | 73º | 0.34% | 0.7% | - |
| XYZ | 35.18 | 41.68 | 23.64 | - |
| YUV | 168.27 | 100.19 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 179 | 119 | 0.07 | 0 | 0.34 | 0.30 | 73 | 0.28 | 0.58 |
| Hex | A6 | B3 | 77 | 7 | 0 | 22 | 1E | 49 | 1C | 3A |
| Octal | 246 | 263 | 167 | 7 | 0 | 42 | 36 | 111 | 34 | 72 |
| Binary | 10100110 | 10110011 | 1110111 | 111 | 0 | 100010 | 11110 | 1001001 | 11100 | 111010 |
Color Harmonies of #A6B377
Complementary color
Monochromatic Colors of #A6B377
Black with #A6B377
Text Example
Text Example
White with #A6B377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B377; }
p { color: rgb(166,179,119); }
H1.HeaderClassName
{
color: #A6B377;
}
.AnyTagClassName
{
color: #A6B377;
}
</style>
background-color css
<style>
a { background-color: #A6B377; }
a { background-color: rgb(166,179,119); }
div.DivClassName
{
background-color: #A6B377;
}
.BgClassName
{
background-color: #A6B377;
}
</style>
border-color css
<style>
span { border-color: #A6B377; }
span { border-color: rgb(166,179,119); }
td.TdClassName
{
border-color: #A6B377;
}
.TagClassName
{
border-color: #A6B377;
}
</style>