Shades of Husk #A69453
Tints of Husk #A69453
RGB
CMYK
RGB Variations
Color information
#A69453 (or 0xA69453) is known color: Husk. HEX triplet: A6, 94 and 53. RGB value is (166,148,83). Sum of RGB (Red+Green+Blue) = 166+148+83=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 83 (32.81% from 255 or 20.91% from 397); Max value from RGB is 166 - color contains mainly: red. Hex color #A69453 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69453 is #596BAC. Grayscale: #929292. Windows color (decimal): -5860269 or 5477542. OLE color: 5477542.
HSL color Cylindrical-coordinate representation of color #A69453: hue angle of 46.99º 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 #A69453 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 148 | 83 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.35 |
| HSL | 46.99º | 0.33% | 0.49% | - |
| HSV(B) | 46.99º | 0.5% | 0.65% | - |
| XYZ | 27.88 | 29.91 | 12.49 | - |
| YUV | 145.97 | 92.46 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 148 | 83 | 0 | 0.11 | 0.50 | 0.35 | 46.99 | 0.33 | 0.49 |
| Hex | A6 | 94 | 53 | 0 | B | 32 | 23 | 2F | 21 | 31 |
| Octal | 246 | 224 | 123 | 0 | 13 | 62 | 43 | 57 | 41 | 61 |
| Binary | 10100110 | 10010100 | 1010011 | 0 | 1011 | 110010 | 100011 | 101111 | 100001 | 110001 |
Color Harmonies of #A69453
Complementary color
Monochromatic Colors of #A69453
Black with #A69453
Text Example
Text Example
White with #A69453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69453; }
p { color: rgb(166,148,83); }
H1.HeaderClassName
{
color: #A69453;
}
.AnyTagClassName
{
color: #A69453;
}
</style>
background-color css
<style>
a { background-color: #A69453; }
a { background-color: rgb(166,148,83); }
div.DivClassName
{
background-color: #A69453;
}
.BgClassName
{
background-color: #A69453;
}
</style>
border-color css
<style>
span { border-color: #A69453; }
span { border-color: rgb(166,148,83); }
td.TdClassName
{
border-color: #A69453;
}
.TagClassName
{
border-color: #A69453;
}
</style>