Shades of Husk #A69951
Tints of Husk #A69951
RGB
CMYK
RGB Variations
Color information
#A69951 (or 0xA69951) is known color: Husk. HEX triplet: A6, 99 and 51. RGB value is (166,153,81). Sum of RGB (Red+Green+Blue) = 166+153+81=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 81 (32.03% from 255 or 20.25% from 400); Max value from RGB is 166 - color contains mainly: red. Hex color #A69951 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69951 is #5966AE. Grayscale: #949494. Windows color (decimal): -5858991 or 5347750. OLE color: 5347750.
HSL color Cylindrical-coordinate representation of color #A69951: hue angle of 50.82º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A69951 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 153 | 81 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.35 |
| HSL | 50.82º | 0.34% | 0.48% | - |
| HSV(B) | 50.82º | 0.51% | 0.65% | - |
| XYZ | 28.6 | 31.48 | 12.35 | - |
| YUV | 148.68 | 89.81 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 153 | 81 | 0 | 0.08 | 0.51 | 0.35 | 50.82 | 0.34 | 0.48 |
| Hex | A6 | 99 | 51 | 0 | 8 | 33 | 23 | 33 | 22 | 30 |
| Octal | 246 | 231 | 121 | 0 | 10 | 63 | 43 | 63 | 42 | 60 |
| Binary | 10100110 | 10011001 | 1010001 | 0 | 1000 | 110011 | 100011 | 110011 | 100010 | 110000 |
Color Harmonies of #A69951
Complementary color
Monochromatic Colors of #A69951
Black with #A69951
Text Example
Text Example
White with #A69951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69951; }
p { color: rgb(166,153,81); }
H1.HeaderClassName
{
color: #A69951;
}
.AnyTagClassName
{
color: #A69951;
}
</style>
background-color css
<style>
a { background-color: #A69951; }
a { background-color: rgb(166,153,81); }
div.DivClassName
{
background-color: #A69951;
}
.BgClassName
{
background-color: #A69951;
}
</style>
border-color css
<style>
span { border-color: #A69951; }
span { border-color: rgb(166,153,81); }
td.TdClassName
{
border-color: #A69951;
}
.TagClassName
{
border-color: #A69951;
}
</style>