Shades of Locust #A6B082
Tints of Locust #A6B082
RGB
CMYK
RGB Variations
Color information
#A6B082 (or 0xA6B082) is known color: Locust. HEX triplet: A6, B0 and 82. RGB value is (166,176,130). Sum of RGB (Red+Green+Blue) = 166+176+130=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 176 (69.14% from 255 or 37.29% from 472); Blue value is 130 (51.17% from 255 or 27.54% from 472); Max value from RGB is 176 - color contains mainly: green. Hex color #A6B082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6B082 is #594F7D. Grayscale: #A7A7A7. Windows color (decimal): -5853054 or 8564902. OLE color: 8564902.
HSL color Cylindrical-coordinate representation of color #A6B082: hue angle of 73.04º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6B082 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 176 | 130 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.31 |
| HSL | 73.04º | 0.23% | 0.6% | - |
| HSV(B) | 73.04º | 0.26% | 0.69% | - |
| XYZ | 35.28 | 40.77 | 27.13 | - |
| YUV | 167.77 | 106.69 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 176 | 130 | 0.06 | 0 | 0.26 | 0.31 | 73.04 | 0.23 | 0.6 |
| Hex | A6 | B0 | 82 | 6 | 0 | 1A | 1F | 49 | 17 | 3C |
| Octal | 246 | 260 | 202 | 6 | 0 | 32 | 37 | 111 | 27 | 74 |
| Binary | 10100110 | 10110000 | 10000010 | 110 | 0 | 11010 | 11111 | 1001001 | 10111 | 111100 |
Color Harmonies of #A6B082
Complementary color
Monochromatic Colors of #A6B082
Black with #A6B082
Text Example
Text Example
White with #A6B082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B082; }
p { color: rgb(166,176,130); }
H1.HeaderClassName
{
color: #A6B082;
}
.AnyTagClassName
{
color: #A6B082;
}
</style>
background-color css
<style>
a { background-color: #A6B082; }
a { background-color: rgb(166,176,130); }
div.DivClassName
{
background-color: #A6B082;
}
.BgClassName
{
background-color: #A6B082;
}
</style>
border-color css
<style>
span { border-color: #A6B082; }
span { border-color: rgb(166,176,130); }
td.TdClassName
{
border-color: #A6B082;
}
.TagClassName
{
border-color: #A6B082;
}
</style>