Shades of Locust #A6B074
Tints of Locust #A6B074
RGB
CMYK
RGB Variations
Color information
#A6B074 (or 0xA6B074) is known color: Locust. HEX triplet: A6, B0 and 74. RGB value is (166,176,116). Sum of RGB (Red+Green+Blue) = 166+176+116=458 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.24% from 458); Green value is 176 (69.14% from 255 or 38.43% from 458); Blue value is 116 (45.70% from 255 or 25.33% from 458); Max value from RGB is 176 - color contains mainly: green. Hex color #A6B074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6B074 is #594F8B. Grayscale: #A6A6A6. Windows color (decimal): -5853068 or 7647398. OLE color: 7647398.
HSL color Cylindrical-coordinate representation of color #A6B074: hue angle of 70º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6B074 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 176 | 116 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.31 |
| HSL | 70º | 0.28% | 0.57% | - |
| HSV(B) | 70º | 0.34% | 0.69% | - |
| XYZ | 34.4 | 40.42 | 22.51 | - |
| YUV | 166.17 | 99.69 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 176 | 116 | 0.06 | 0 | 0.34 | 0.31 | 70 | 0.28 | 0.57 |
| Hex | A6 | B0 | 74 | 6 | 0 | 22 | 1F | 46 | 1C | 39 |
| Octal | 246 | 260 | 164 | 6 | 0 | 42 | 37 | 106 | 34 | 71 |
| Binary | 10100110 | 10110000 | 1110100 | 110 | 0 | 100010 | 11111 | 1000110 | 11100 | 111001 |
Color Harmonies of #A6B074
Complementary color
Monochromatic Colors of #A6B074
Black with #A6B074
Text Example
Text Example
White with #A6B074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B074; }
p { color: rgb(166,176,116); }
H1.HeaderClassName
{
color: #A6B074;
}
.AnyTagClassName
{
color: #A6B074;
}
</style>
background-color css
<style>
a { background-color: #A6B074; }
a { background-color: rgb(166,176,116); }
div.DivClassName
{
background-color: #A6B074;
}
.BgClassName
{
background-color: #A6B074;
}
</style>
border-color css
<style>
span { border-color: #A6B074; }
span { border-color: rgb(166,176,116); }
td.TdClassName
{
border-color: #A6B074;
}
.TagClassName
{
border-color: #A6B074;
}
</style>