Shades of Husk #A89A4D
Tints of Husk #A89A4D
RGB
CMYK
RGB Variations
Color information
#A89A4D (or 0xA89A4D) is known color: Husk. HEX triplet: A8, 9A and 4D. RGB value is (168,154,77). Sum of RGB (Red+Green+Blue) = 168+154+77=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 154 (60.55% from 255 or 38.60% from 399); Blue value is 77 (30.47% from 255 or 19.30% from 399); Max value from RGB is 168 - color contains mainly: red. Hex color #A89A4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89A4D is #5765B2. Grayscale: #959595. Windows color (decimal): -5727667 or 5085864. OLE color: 5085864.
HSL color Cylindrical-coordinate representation of color #A89A4D: hue angle of 50.77º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A89A4D is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 154 | 77 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.34 |
| HSL | 50.77º | 0.37% | 0.48% | - |
| HSV(B) | 50.77º | 0.54% | 0.66% | - |
| XYZ | 29.04 | 31.97 | 11.66 | - |
| YUV | 149.41 | 87.14 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 154 | 77 | 0 | 0.08 | 0.54 | 0.34 | 50.77 | 0.37 | 0.48 |
| Hex | A8 | 9A | 4D | 0 | 8 | 36 | 22 | 33 | 25 | 30 |
| Octal | 250 | 232 | 115 | 0 | 10 | 66 | 42 | 63 | 45 | 60 |
| Binary | 10101000 | 10011010 | 1001101 | 0 | 1000 | 110110 | 100010 | 110011 | 100101 | 110000 |
Color Harmonies of #A89A4D
Complementary color
Monochromatic Colors of #A89A4D
Black with #A89A4D
Text Example
Text Example
White with #A89A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89A4D; }
p { color: rgb(168,154,77); }
H1.HeaderClassName
{
color: #A89A4D;
}
.AnyTagClassName
{
color: #A89A4D;
}
</style>
background-color css
<style>
a { background-color: #A89A4D; }
a { background-color: rgb(168,154,77); }
div.DivClassName
{
background-color: #A89A4D;
}
.BgClassName
{
background-color: #A89A4D;
}
</style>
border-color css
<style>
span { border-color: #A89A4D; }
span { border-color: rgb(168,154,77); }
td.TdClassName
{
border-color: #A89A4D;
}
.TagClassName
{
border-color: #A89A4D;
}
</style>