Shades of Husk #A89944
Tints of Husk #A89944
RGB
CMYK
RGB Variations
Color information
#A89944 (or 0xA89944) is known color: Husk. HEX triplet: A8, 99 and 44. RGB value is (168,153,68). Sum of RGB (Red+Green+Blue) = 168+153+68=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 68 (26.95% from 255 or 17.48% from 389); Max value from RGB is 168 - color contains mainly: red. Hex color #A89944 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89944 is #5766BB. Grayscale: #949494. Windows color (decimal): -5727932 or 4495784. OLE color: 4495784.
HSL color Cylindrical-coordinate representation of color #A89944: hue angle of 51º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A89944 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 153 | 68 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.34 |
| HSL | 51º | 0.42% | 0.46% | - |
| HSV(B) | 51º | 0.6% | 0.66% | - |
| XYZ | 28.58 | 31.52 | 10.05 | - |
| YUV | 147.8 | 82.97 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 153 | 68 | 0 | 0.09 | 0.60 | 0.34 | 51 | 0.42 | 0.46 |
| Hex | A8 | 99 | 44 | 0 | 9 | 3C | 22 | 33 | 2A | 2E |
| Octal | 250 | 231 | 104 | 0 | 11 | 74 | 42 | 63 | 52 | 56 |
| Binary | 10101000 | 10011001 | 1000100 | 0 | 1001 | 111100 | 100010 | 110011 | 101010 | 101110 |
Color Harmonies of #A89944
Complementary color
Monochromatic Colors of #A89944
Black with #A89944
Text Example
Text Example
White with #A89944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89944; }
p { color: rgb(168,153,68); }
H1.HeaderClassName
{
color: #A89944;
}
.AnyTagClassName
{
color: #A89944;
}
</style>
background-color css
<style>
a { background-color: #A89944; }
a { background-color: rgb(168,153,68); }
div.DivClassName
{
background-color: #A89944;
}
.BgClassName
{
background-color: #A89944;
}
</style>
border-color css
<style>
span { border-color: #A89944; }
span { border-color: rgb(168,153,68); }
td.TdClassName
{
border-color: #A89944;
}
.TagClassName
{
border-color: #A89944;
}
</style>