Shades of Husk #A3965C
Tints of Husk #A3965C
RGB
CMYK
RGB Variations
Color information
#A3965C (or 0xA3965C) is known color: Husk. HEX triplet: A3, 96 and 5C. RGB value is (163,150,92). Sum of RGB (Red+Green+Blue) = 163+150+92=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 92 (36.33% from 255 or 22.72% from 405); Max value from RGB is 163 - color contains mainly: red. Hex color #A3965C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3965C is #5C69A3. Grayscale: #939393. Windows color (decimal): -6056356 or 6067875. OLE color: 6067875.
HSL color Cylindrical-coordinate representation of color #A3965C: hue angle of 49.01º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A3965C is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 150 | 92 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.36 |
| HSL | 49.01º | 0.28% | 0.5% | - |
| HSV(B) | 49.01º | 0.44% | 0.64% | - |
| XYZ | 27.94 | 30.37 | 14.51 | - |
| YUV | 147.28 | 96.81 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 150 | 92 | 0 | 0.08 | 0.44 | 0.36 | 49.01 | 0.28 | 0.5 |
| Hex | A3 | 96 | 5C | 0 | 8 | 2C | 24 | 31 | 1C | 32 |
| Octal | 243 | 226 | 134 | 0 | 10 | 54 | 44 | 61 | 34 | 62 |
| Binary | 10100011 | 10010110 | 1011100 | 0 | 1000 | 101100 | 100100 | 110001 | 11100 | 110010 |
Color Harmonies of #A3965C
Complementary color
Monochromatic Colors of #A3965C
Black with #A3965C
Text Example
Text Example
White with #A3965C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3965C; }
p { color: rgb(163,150,92); }
H1.HeaderClassName
{
color: #A3965C;
}
.AnyTagClassName
{
color: #A3965C;
}
</style>
background-color css
<style>
a { background-color: #A3965C; }
a { background-color: rgb(163,150,92); }
div.DivClassName
{
background-color: #A3965C;
}
.BgClassName
{
background-color: #A3965C;
}
</style>
border-color css
<style>
span { border-color: #A3965C; }
span { border-color: rgb(163,150,92); }
td.TdClassName
{
border-color: #A3965C;
}
.TagClassName
{
border-color: #A3965C;
}
</style>