Shades of Husk #A69950
Tints of Husk #A69950
RGB
CMYK
RGB Variations
Color information
#A69950 (or 0xA69950) is known color: Husk. HEX triplet: A6, 99 and 50. RGB value is (166,153,80). Sum of RGB (Red+Green+Blue) = 166+153+80=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 166 - color contains mainly: red. Hex color #A69950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69950 is #5966AF. Grayscale: #949494. Windows color (decimal): -5858992 or 5282214. OLE color: 5282214.
HSL color Cylindrical-coordinate representation of color #A69950: hue angle of 50.93º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A69950 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 153 | 80 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.35 |
| HSL | 50.93º | 0.35% | 0.48% | - |
| HSV(B) | 50.93º | 0.52% | 0.65% | - |
| XYZ | 28.57 | 31.47 | 12.16 | - |
| YUV | 148.57 | 89.31 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 153 | 80 | 0 | 0.08 | 0.52 | 0.35 | 50.93 | 0.35 | 0.48 |
| Hex | A6 | 99 | 50 | 0 | 8 | 34 | 23 | 33 | 23 | 30 |
| Octal | 246 | 231 | 120 | 0 | 10 | 64 | 43 | 63 | 43 | 60 |
| Binary | 10100110 | 10011001 | 1010000 | 0 | 1000 | 110100 | 100011 | 110011 | 100011 | 110000 |
Color Harmonies of #A69950
Complementary color
Monochromatic Colors of #A69950
Black with #A69950
Text Example
Text Example
White with #A69950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69950; }
p { color: rgb(166,153,80); }
H1.HeaderClassName
{
color: #A69950;
}
.AnyTagClassName
{
color: #A69950;
}
</style>
background-color css
<style>
a { background-color: #A69950; }
a { background-color: rgb(166,153,80); }
div.DivClassName
{
background-color: #A69950;
}
.BgClassName
{
background-color: #A69950;
}
</style>
border-color css
<style>
span { border-color: #A69950; }
span { border-color: rgb(166,153,80); }
td.TdClassName
{
border-color: #A69950;
}
.TagClassName
{
border-color: #A69950;
}
</style>