Shades of Husk #A1964F
Tints of Husk #A1964F
RGB
CMYK
RGB Variations
Color information
#A1964F (or 0xA1964F) is known color: Husk. HEX triplet: A1, 96 and 4F. RGB value is (161,150,79). Sum of RGB (Red+Green+Blue) = 161+150+79=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 79 (31.25% from 255 or 20.26% from 390); Max value from RGB is 161 - color contains mainly: red. Hex color #A1964F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1964F is #5E69B0. Grayscale: #919191. Windows color (decimal): -6187441 or 5215905. OLE color: 5215905.
HSL color Cylindrical-coordinate representation of color #A1964F: hue angle of 51.95º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A1964F is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 150 | 79 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.37 |
| HSL | 51.95º | 0.34% | 0.47% | - |
| HSV(B) | 51.95º | 0.51% | 0.63% | - |
| XYZ | 27.02 | 29.95 | 11.76 | - |
| YUV | 145.2 | 90.64 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 150 | 79 | 0 | 0.07 | 0.51 | 0.37 | 51.95 | 0.34 | 0.47 |
| Hex | A1 | 96 | 4F | 0 | 7 | 33 | 25 | 34 | 22 | 2F |
| Octal | 241 | 226 | 117 | 0 | 7 | 63 | 45 | 64 | 42 | 57 |
| Binary | 10100001 | 10010110 | 1001111 | 0 | 111 | 110011 | 100101 | 110100 | 100010 | 101111 |
Color Harmonies of #A1964F
Complementary color
Monochromatic Colors of #A1964F
Black with #A1964F
Text Example
Text Example
White with #A1964F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1964F; }
p { color: rgb(161,150,79); }
H1.HeaderClassName
{
color: #A1964F;
}
.AnyTagClassName
{
color: #A1964F;
}
</style>
background-color css
<style>
a { background-color: #A1964F; }
a { background-color: rgb(161,150,79); }
div.DivClassName
{
background-color: #A1964F;
}
.BgClassName
{
background-color: #A1964F;
}
</style>
border-color css
<style>
span { border-color: #A1964F; }
span { border-color: rgb(161,150,79); }
td.TdClassName
{
border-color: #A1964F;
}
.TagClassName
{
border-color: #A1964F;
}
</style>