Shades of Husk #A39655
Tints of Husk #A39655
RGB
CMYK
RGB Variations
Color information
#A39655 (or 0xA39655) is known color: Husk. HEX triplet: A3, 96 and 55. RGB value is (163,150,85). Sum of RGB (Red+Green+Blue) = 163+150+85=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 150 (58.98% from 255 or 37.69% from 398); Blue value is 85 (33.59% from 255 or 21.36% from 398); Max value from RGB is 163 - color contains mainly: red. Hex color #A39655 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39655 is #5C69AA. Grayscale: #929292. Windows color (decimal): -6056363 or 5609123. OLE color: 5609123.
HSL color Cylindrical-coordinate representation of color #A39655: hue angle of 50º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A39655 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 150 | 85 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.36 |
| HSL | 50º | 0.31% | 0.49% | - |
| HSV(B) | 50º | 0.48% | 0.64% | - |
| XYZ | 27.65 | 30.26 | 12.98 | - |
| YUV | 146.48 | 93.31 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 150 | 85 | 0 | 0.08 | 0.48 | 0.36 | 50 | 0.31 | 0.49 |
| Hex | A3 | 96 | 55 | 0 | 8 | 30 | 24 | 32 | 1F | 31 |
| Octal | 243 | 226 | 125 | 0 | 10 | 60 | 44 | 62 | 37 | 61 |
| Binary | 10100011 | 10010110 | 1010101 | 0 | 1000 | 110000 | 100100 | 110010 | 11111 | 110001 |
Color Harmonies of #A39655
Complementary color
Monochromatic Colors of #A39655
Black with #A39655
Text Example
Text Example
White with #A39655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39655; }
p { color: rgb(163,150,85); }
H1.HeaderClassName
{
color: #A39655;
}
.AnyTagClassName
{
color: #A39655;
}
</style>
background-color css
<style>
a { background-color: #A39655; }
a { background-color: rgb(163,150,85); }
div.DivClassName
{
background-color: #A39655;
}
.BgClassName
{
background-color: #A39655;
}
</style>
border-color css
<style>
span { border-color: #A39655; }
span { border-color: rgb(163,150,85); }
td.TdClassName
{
border-color: #A39655;
}
.TagClassName
{
border-color: #A39655;
}
</style>