Shades of Husk #A69953
Tints of Husk #A69953
RGB
CMYK
RGB Variations
Color information
#A69953 (or 0xA69953) is known color: Husk. HEX triplet: A6, 99 and 53. RGB value is (166,153,83). Sum of RGB (Red+Green+Blue) = 166+153+83=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 83 (32.81% from 255 or 20.65% from 402); Max value from RGB is 166 - color contains mainly: red. Hex color #A69953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69953 is #5966AC. Grayscale: #959595. Windows color (decimal): -5858989 or 5478822. OLE color: 5478822.
HSL color Cylindrical-coordinate representation of color #A69953: hue angle of 50.6º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A69953 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 153 | 83 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.35 |
| HSL | 50.6º | 0.33% | 0.49% | - |
| HSV(B) | 50.6º | 0.5% | 0.65% | - |
| XYZ | 28.68 | 31.51 | 12.75 | - |
| YUV | 148.91 | 90.81 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 153 | 83 | 0 | 0.08 | 0.50 | 0.35 | 50.6 | 0.33 | 0.49 |
| Hex | A6 | 99 | 53 | 0 | 8 | 32 | 23 | 33 | 21 | 31 |
| Octal | 246 | 231 | 123 | 0 | 10 | 62 | 43 | 63 | 41 | 61 |
| Binary | 10100110 | 10011001 | 1010011 | 0 | 1000 | 110010 | 100011 | 110011 | 100001 | 110001 |
Color Harmonies of #A69953
Complementary color
Monochromatic Colors of #A69953
Black with #A69953
Text Example
Text Example
White with #A69953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69953; }
p { color: rgb(166,153,83); }
H1.HeaderClassName
{
color: #A69953;
}
.AnyTagClassName
{
color: #A69953;
}
</style>
background-color css
<style>
a { background-color: #A69953; }
a { background-color: rgb(166,153,83); }
div.DivClassName
{
background-color: #A69953;
}
.BgClassName
{
background-color: #A69953;
}
</style>
border-color css
<style>
span { border-color: #A69953; }
span { border-color: rgb(166,153,83); }
td.TdClassName
{
border-color: #A69953;
}
.TagClassName
{
border-color: #A69953;
}
</style>