Shades of Husk #A69B46
Tints of Husk #A69B46
RGB
CMYK
RGB Variations
Color information
#A69B46 (or 0xA69B46) is known color: Husk. HEX triplet: A6, 9B and 46. RGB value is (166,155,70). Sum of RGB (Red+Green+Blue) = 166+155+70=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 155 (60.94% from 255 or 39.64% from 391); Blue value is 70 (27.73% from 255 or 17.90% from 391); Max value from RGB is 166 - color contains mainly: red. Hex color #A69B46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69B46 is #5964B9. Grayscale: #949494. Windows color (decimal): -5858490 or 4627366. OLE color: 4627366.
HSL color Cylindrical-coordinate representation of color #A69B46: hue angle of 53.12º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A69B46 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 155 | 70 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.35 |
| HSL | 53.13º | 0.41% | 0.46% | - |
| HSV(B) | 53.13º | 0.58% | 0.65% | - |
| XYZ | 28.55 | 31.99 | 10.46 | - |
| YUV | 148.6 | 83.64 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 155 | 70 | 0 | 0.07 | 0.58 | 0.35 | 53.13 | 0.41 | 0.46 |
| Hex | A6 | 9B | 46 | 0 | 7 | 3A | 23 | 35 | 29 | 2E |
| Octal | 246 | 233 | 106 | 0 | 7 | 72 | 43 | 65 | 51 | 56 |
| Binary | 10100110 | 10011011 | 1000110 | 0 | 111 | 111010 | 100011 | 110101 | 101001 | 101110 |
Color Harmonies of #A69B46
Complementary color
Monochromatic Colors of #A69B46
Black with #A69B46
Text Example
Text Example
White with #A69B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69B46; }
p { color: rgb(166,155,70); }
H1.HeaderClassName
{
color: #A69B46;
}
.AnyTagClassName
{
color: #A69B46;
}
</style>
background-color css
<style>
a { background-color: #A69B46; }
a { background-color: rgb(166,155,70); }
div.DivClassName
{
background-color: #A69B46;
}
.BgClassName
{
background-color: #A69B46;
}
</style>
border-color css
<style>
span { border-color: #A69B46; }
span { border-color: rgb(166,155,70); }
td.TdClassName
{
border-color: #A69B46;
}
.TagClassName
{
border-color: #A69B46;
}
</style>