Shades of Husk #A6965B
Tints of Husk #A6965B
RGB
CMYK
RGB Variations
Color information
#A6965B (or 0xA6965B) is known color: Husk. HEX triplet: A6, 96 and 5B. RGB value is (166,150,91). Sum of RGB (Red+Green+Blue) = 166+150+91=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 91 (35.94% from 255 or 22.36% from 407); Max value from RGB is 166 - color contains mainly: red. Hex color #A6965B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6965B is #5969A4. Grayscale: #949494. Windows color (decimal): -5859749 or 6002342. OLE color: 6002342.
HSL color Cylindrical-coordinate representation of color #A6965B: hue angle of 47.2º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A6965B is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 150 | 91 | - |
| CMYK | 0 | 0.10 | 0.45 | 0.35 |
| HSL | 47.2º | 0.3% | 0.5% | - |
| HSV(B) | 47.2º | 0.45% | 0.65% | - |
| XYZ | 28.52 | 30.68 | 14.32 | - |
| YUV | 148.06 | 95.8 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 150 | 91 | 0 | 0.10 | 0.45 | 0.35 | 47.2 | 0.3 | 0.5 |
| Hex | A6 | 96 | 5B | 0 | A | 2D | 23 | 2F | 1E | 32 |
| Octal | 246 | 226 | 133 | 0 | 12 | 55 | 43 | 57 | 36 | 62 |
| Binary | 10100110 | 10010110 | 1011011 | 0 | 1010 | 101101 | 100011 | 101111 | 11110 | 110010 |
Color Harmonies of #A6965B
Complementary color
Monochromatic Colors of #A6965B
Black with #A6965B
Text Example
Text Example
White with #A6965B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6965B; }
p { color: rgb(166,150,91); }
H1.HeaderClassName
{
color: #A6965B;
}
.AnyTagClassName
{
color: #A6965B;
}
</style>
background-color css
<style>
a { background-color: #A6965B; }
a { background-color: rgb(166,150,91); }
div.DivClassName
{
background-color: #A6965B;
}
.BgClassName
{
background-color: #A6965B;
}
</style>
border-color css
<style>
span { border-color: #A6965B; }
span { border-color: rgb(166,150,91); }
td.TdClassName
{
border-color: #A6965B;
}
.TagClassName
{
border-color: #A6965B;
}
</style>