Shades of Husk #A6A150
Tints of Husk #A6A150
RGB
CMYK
RGB Variations
Color information
#A6A150 (or 0xA6A150) is known color: Husk. HEX triplet: A6, A1 and 50. RGB value is (166,161,80). Sum of RGB (Red+Green+Blue) = 166+161+80=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 161 (63.28% from 255 or 39.56% from 407); Blue value is 80 (31.64% from 255 or 19.66% from 407); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A150 is #595EAF. Grayscale: #999999. Windows color (decimal): -5856944 or 5284262. OLE color: 5284262.
HSL color Cylindrical-coordinate representation of color #A6A150: hue angle of 56.51º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A6A150 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 161 | 80 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.35 |
| HSL | 56.51º | 0.35% | 0.48% | - |
| HSV(B) | 56.51º | 0.52% | 0.65% | - |
| XYZ | 29.92 | 34.18 | 12.61 | - |
| YUV | 153.26 | 86.66 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 161 | 80 | 0 | 0.03 | 0.52 | 0.35 | 56.51 | 0.35 | 0.48 |
| Hex | A6 | A1 | 50 | 0 | 3 | 34 | 23 | 39 | 23 | 30 |
| Octal | 246 | 241 | 120 | 0 | 3 | 64 | 43 | 71 | 43 | 60 |
| Binary | 10100110 | 10100001 | 1010000 | 0 | 11 | 110100 | 100011 | 111001 | 100011 | 110000 |
Color Harmonies of #A6A150
Complementary color
Monochromatic Colors of #A6A150
Black with #A6A150
Text Example
Text Example
White with #A6A150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A150; }
p { color: rgb(166,161,80); }
H1.HeaderClassName
{
color: #A6A150;
}
.AnyTagClassName
{
color: #A6A150;
}
</style>
background-color css
<style>
a { background-color: #A6A150; }
a { background-color: rgb(166,161,80); }
div.DivClassName
{
background-color: #A6A150;
}
.BgClassName
{
background-color: #A6A150;
}
</style>
border-color css
<style>
span { border-color: #A6A150; }
span { border-color: rgb(166,161,80); }
td.TdClassName
{
border-color: #A6A150;
}
.TagClassName
{
border-color: #A6A150;
}
</style>