Shades of Locust #A6A877
Tints of Locust #A6A877
RGB
CMYK
RGB Variations
Color information
#A6A877 (or 0xA6A877) is known color: Locust. HEX triplet: A6, A8 and 77. RGB value is (166,168,119). Sum of RGB (Red+Green+Blue) = 166+168+119=453 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.64% from 453); Green value is 168 (66.02% from 255 or 37.09% from 453); Blue value is 119 (46.88% from 255 or 26.27% from 453); Max value from RGB is 168 - color contains mainly: green. Hex color #A6A877 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A877 is #595788. Grayscale: #A2A2A2. Windows color (decimal): -5855113 or 7841958. OLE color: 7841958.
HSL color Cylindrical-coordinate representation of color #A6A877: hue angle of 62.45º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6A877 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 166 | 168 | 119 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.34 |
| HSL | 62.45º | 0.22% | 0.56% | - |
| HSV(B) | 62.45º | 0.29% | 0.66% | - |
| XYZ | 33.06 | 37.44 | 22.94 | - |
| YUV | 161.82 | 103.84 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 168 | 119 | 0.01 | 0 | 0.29 | 0.34 | 62.45 | 0.22 | 0.56 |
| Hex | A6 | A8 | 77 | 1 | 0 | 1D | 22 | 3E | 16 | 38 |
| Octal | 246 | 250 | 167 | 1 | 0 | 35 | 42 | 76 | 26 | 70 |
| Binary | 10100110 | 10101000 | 1110111 | 1 | 0 | 11101 | 100010 | 111110 | 10110 | 111000 |
Color Harmonies of #A6A877
Complementary color
Monochromatic Colors of #A6A877
Black with #A6A877
Text Example
Text Example
White with #A6A877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A877; }
p { color: rgb(166,168,119); }
H1.HeaderClassName
{
color: #A6A877;
}
.AnyTagClassName
{
color: #A6A877;
}
</style>
background-color css
<style>
a { background-color: #A6A877; }
a { background-color: rgb(166,168,119); }
div.DivClassName
{
background-color: #A6A877;
}
.BgClassName
{
background-color: #A6A877;
}
</style>
border-color css
<style>
span { border-color: #A6A877; }
span { border-color: rgb(166,168,119); }
td.TdClassName
{
border-color: #A6A877;
}
.TagClassName
{
border-color: #A6A877;
}
</style>