Shades of Locust #A6A678
Tints of Locust #A6A678
RGB
CMYK
RGB Variations
Color information
#A6A678 (or 0xA6A678) is known color: Locust. HEX triplet: A6, A6 and 78. RGB value is (166,166,120). Sum of RGB (Red+Green+Blue) = 166+166+120=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 166 (65.23% from 255 or 36.73% from 452); Blue value is 120 (47.27% from 255 or 26.55% from 452); Max value from RGB is 166 - color contains mainly: red, green. Hex color #A6A678 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A678 is #595987. Grayscale: #A0A0A0. Windows color (decimal): -5855624 or 7906982. OLE color: 7906982.
HSL color Cylindrical-coordinate representation of color #A6A678: hue angle of 60º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6A678 is Cyan = 0, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 166 | 120 | - |
| CMYK | 0 | 0 | 0.28 | 0.35 |
| HSL | 60º | 0.21% | 0.56% | - |
| HSV(B) | 60º | 0.28% | 0.65% | - |
| XYZ | 32.75 | 36.74 | 23.13 | - |
| YUV | 160.76 | 105 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 166 | 120 | 0 | 0 | 0.28 | 0.35 | 60 | 0.21 | 0.56 |
| Hex | A6 | A6 | 78 | 0 | 0 | 1C | 23 | 3C | 15 | 38 |
| Octal | 246 | 246 | 170 | 0 | 0 | 34 | 43 | 74 | 25 | 70 |
| Binary | 10100110 | 10100110 | 1111000 | 0 | 0 | 11100 | 100011 | 111100 | 10101 | 111000 |
Color Harmonies of #A6A678
Complementary color
Monochromatic Colors of #A6A678
Black with #A6A678
Text Example
Text Example
White with #A6A678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A678; }
p { color: rgb(166,166,120); }
H1.HeaderClassName
{
color: #A6A678;
}
.AnyTagClassName
{
color: #A6A678;
}
</style>
background-color css
<style>
a { background-color: #A6A678; }
a { background-color: rgb(166,166,120); }
div.DivClassName
{
background-color: #A6A678;
}
.BgClassName
{
background-color: #A6A678;
}
</style>
border-color css
<style>
span { border-color: #A6A678; }
span { border-color: rgb(166,166,120); }
td.TdClassName
{
border-color: #A6A678;
}
.TagClassName
{
border-color: #A6A678;
}
</style>