Shades of Husk #A69F55
Tints of Husk #A69F55
RGB
CMYK
RGB Variations
Color information
#A69F55 (or 0xA69F55) is known color: Husk. HEX triplet: A6, 9F and 55. RGB value is (166,159,85). Sum of RGB (Red+Green+Blue) = 166+159+85=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 159 (62.5% from 255 or 38.78% from 410); Blue value is 85 (33.59% from 255 or 20.73% from 410); Max value from RGB is 166 - color contains mainly: red. Hex color #A69F55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69F55 is #5960AA. Grayscale: #989898. Windows color (decimal): -5857451 or 5611430. OLE color: 5611430.
HSL color Cylindrical-coordinate representation of color #A69F55: hue angle of 54.81º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A69F55 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 159 | 85 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.35 |
| HSL | 54.81º | 0.32% | 0.49% | - |
| HSV(B) | 54.81º | 0.49% | 0.65% | - |
| XYZ | 29.76 | 33.56 | 13.5 | - |
| YUV | 152.66 | 89.82 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 159 | 85 | 0 | 0.04 | 0.49 | 0.35 | 54.81 | 0.32 | 0.49 |
| Hex | A6 | 9F | 55 | 0 | 4 | 31 | 23 | 37 | 20 | 31 |
| Octal | 246 | 237 | 125 | 0 | 4 | 61 | 43 | 67 | 40 | 61 |
| Binary | 10100110 | 10011111 | 1010101 | 0 | 100 | 110001 | 100011 | 110111 | 100000 | 110001 |
Color Harmonies of #A69F55
Complementary color
Monochromatic Colors of #A69F55
Black with #A69F55
Text Example
Text Example
White with #A69F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69F55; }
p { color: rgb(166,159,85); }
H1.HeaderClassName
{
color: #A69F55;
}
.AnyTagClassName
{
color: #A69F55;
}
</style>
background-color css
<style>
a { background-color: #A69F55; }
a { background-color: rgb(166,159,85); }
div.DivClassName
{
background-color: #A69F55;
}
.BgClassName
{
background-color: #A69F55;
}
</style>
border-color css
<style>
span { border-color: #A69F55; }
span { border-color: rgb(166,159,85); }
td.TdClassName
{
border-color: #A69F55;
}
.TagClassName
{
border-color: #A69F55;
}
</style>