Shades of Husk #A69944
Tints of Husk #A69944
RGB
CMYK
RGB Variations
Color information
#A69944 (or 0xA69944) is known color: Husk. HEX triplet: A6, 99 and 44. RGB value is (166,153,68). Sum of RGB (Red+Green+Blue) = 166+153+68=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 68 (26.95% from 255 or 17.57% from 387); Max value from RGB is 166 - color contains mainly: red. Hex color #A69944 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69944 is #5966BB. Grayscale: #939393. Windows color (decimal): -5859004 or 4495782. OLE color: 4495782.
HSL color Cylindrical-coordinate representation of color #A69944: hue angle of 52.04º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A69944 is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 153 | 68 | - |
| CMYK | 0 | 0.08 | 0.59 | 0.35 |
| HSL | 52.04º | 0.42% | 0.46% | - |
| HSV(B) | 52.04º | 0.59% | 0.65% | - |
| XYZ | 28.16 | 31.31 | 10.03 | - |
| YUV | 147.2 | 83.31 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 153 | 68 | 0 | 0.08 | 0.59 | 0.35 | 52.04 | 0.42 | 0.46 |
| Hex | A6 | 99 | 44 | 0 | 8 | 3B | 23 | 34 | 2A | 2E |
| Octal | 246 | 231 | 104 | 0 | 10 | 73 | 43 | 64 | 52 | 56 |
| Binary | 10100110 | 10011001 | 1000100 | 0 | 1000 | 111011 | 100011 | 110100 | 101010 | 101110 |
Color Harmonies of #A69944
Complementary color
Monochromatic Colors of #A69944
Black with #A69944
Text Example
Text Example
White with #A69944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69944; }
p { color: rgb(166,153,68); }
H1.HeaderClassName
{
color: #A69944;
}
.AnyTagClassName
{
color: #A69944;
}
</style>
background-color css
<style>
a { background-color: #A69944; }
a { background-color: rgb(166,153,68); }
div.DivClassName
{
background-color: #A69944;
}
.BgClassName
{
background-color: #A69944;
}
</style>
border-color css
<style>
span { border-color: #A69944; }
span { border-color: rgb(166,153,68); }
td.TdClassName
{
border-color: #A69944;
}
.TagClassName
{
border-color: #A69944;
}
</style>