Shades of Husk #A1994D
Tints of Husk #A1994D
RGB
CMYK
RGB Variations
Color information
#A1994D (or 0xA1994D) is known color: Husk. HEX triplet: A1, 99 and 4D. RGB value is (161,153,77). Sum of RGB (Red+Green+Blue) = 161+153+77=391 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.18% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 77 (30.47% from 255 or 19.69% from 391); Max value from RGB is 161 - color contains mainly: red. Hex color #A1994D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1994D is #5E66B2. Grayscale: #939393. Windows color (decimal): -6186675 or 5085601. OLE color: 5085601.
HSL color Cylindrical-coordinate representation of color #A1994D: hue angle of 54.29º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A1994D is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 153 | 77 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.37 |
| HSL | 54.29º | 0.35% | 0.47% | - |
| HSV(B) | 54.29º | 0.52% | 0.63% | - |
| XYZ | 27.43 | 30.9 | 11.54 | - |
| YUV | 146.73 | 88.65 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 153 | 77 | 0 | 0.05 | 0.52 | 0.37 | 54.29 | 0.35 | 0.47 |
| Hex | A1 | 99 | 4D | 0 | 5 | 34 | 25 | 36 | 23 | 2F |
| Octal | 241 | 231 | 115 | 0 | 5 | 64 | 45 | 66 | 43 | 57 |
| Binary | 10100001 | 10011001 | 1001101 | 0 | 101 | 110100 | 100101 | 110110 | 100011 | 101111 |
Color Harmonies of #A1994D
Complementary color
Monochromatic Colors of #A1994D
Black with #A1994D
Text Example
Text Example
White with #A1994D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1994D; }
p { color: rgb(161,153,77); }
H1.HeaderClassName
{
color: #A1994D;
}
.AnyTagClassName
{
color: #A1994D;
}
</style>
background-color css
<style>
a { background-color: #A1994D; }
a { background-color: rgb(161,153,77); }
div.DivClassName
{
background-color: #A1994D;
}
.BgClassName
{
background-color: #A1994D;
}
</style>
border-color css
<style>
span { border-color: #A1994D; }
span { border-color: rgb(161,153,77); }
td.TdClassName
{
border-color: #A1994D;
}
.TagClassName
{
border-color: #A1994D;
}
</style>