Shades of Husk #A89353
Tints of Husk #A89353
RGB
CMYK
RGB Variations
Color information
#A89353 (or 0xA89353) is known color: Husk. HEX triplet: A8, 93 and 53. RGB value is (168,147,83). Sum of RGB (Red+Green+Blue) = 168+147+83=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 83 (32.81% from 255 or 20.85% from 398); Max value from RGB is 168 - color contains mainly: red. Hex color #A89353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89353 is #576CAC. Grayscale: #929292. Windows color (decimal): -5729453 or 5477288. OLE color: 5477288.
HSL color Cylindrical-coordinate representation of color #A89353: hue angle of 45.18º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A89353 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 147 | 83 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.34 |
| HSL | 45.18º | 0.34% | 0.49% | - |
| HSV(B) | 45.18º | 0.51% | 0.66% | - |
| XYZ | 28.14 | 29.82 | 12.46 | - |
| YUV | 145.98 | 92.46 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 147 | 83 | 0 | 0.13 | 0.51 | 0.34 | 45.18 | 0.34 | 0.49 |
| Hex | A8 | 93 | 53 | 0 | D | 33 | 22 | 2D | 22 | 31 |
| Octal | 250 | 223 | 123 | 0 | 15 | 63 | 42 | 55 | 42 | 61 |
| Binary | 10101000 | 10010011 | 1010011 | 0 | 1101 | 110011 | 100010 | 101101 | 100010 | 110001 |
Color Harmonies of #A89353
Complementary color
Monochromatic Colors of #A89353
Black with #A89353
Text Example
Text Example
White with #A89353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89353; }
p { color: rgb(168,147,83); }
H1.HeaderClassName
{
color: #A89353;
}
.AnyTagClassName
{
color: #A89353;
}
</style>
background-color css
<style>
a { background-color: #A89353; }
a { background-color: rgb(168,147,83); }
div.DivClassName
{
background-color: #A89353;
}
.BgClassName
{
background-color: #A89353;
}
</style>
border-color css
<style>
span { border-color: #A89353; }
span { border-color: rgb(168,147,83); }
td.TdClassName
{
border-color: #A89353;
}
.TagClassName
{
border-color: #A89353;
}
</style>