Shades of Husk #A89D4D
Tints of Husk #A89D4D
RGB
CMYK
RGB Variations
Color information
#A89D4D (or 0xA89D4D) is known color: Husk. HEX triplet: A8, 9D and 4D. RGB value is (168,157,77). Sum of RGB (Red+Green+Blue) = 168+157+77=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 157 (61.72% from 255 or 39.05% from 402); Blue value is 77 (30.47% from 255 or 19.15% from 402); Max value from RGB is 168 - color contains mainly: red. Hex color #A89D4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89D4D is #5762B2. Grayscale: #979797. Windows color (decimal): -5726899 or 5086632. OLE color: 5086632.
HSL color Cylindrical-coordinate representation of color #A89D4D: hue angle of 52.75º 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 #A89D4D is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 157 | 77 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.34 |
| HSL | 52.75º | 0.37% | 0.48% | - |
| HSV(B) | 52.75º | 0.54% | 0.66% | - |
| XYZ | 29.54 | 32.97 | 11.83 | - |
| YUV | 151.17 | 86.14 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 157 | 77 | 0 | 0.07 | 0.54 | 0.34 | 52.75 | 0.37 | 0.48 |
| Hex | A8 | 9D | 4D | 0 | 7 | 36 | 22 | 35 | 25 | 30 |
| Octal | 250 | 235 | 115 | 0 | 7 | 66 | 42 | 65 | 45 | 60 |
| Binary | 10101000 | 10011101 | 1001101 | 0 | 111 | 110110 | 100010 | 110101 | 100101 | 110000 |
Color Harmonies of #A89D4D
Complementary color
Monochromatic Colors of #A89D4D
Black with #A89D4D
Text Example
Text Example
White with #A89D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89D4D; }
p { color: rgb(168,157,77); }
H1.HeaderClassName
{
color: #A89D4D;
}
.AnyTagClassName
{
color: #A89D4D;
}
</style>
background-color css
<style>
a { background-color: #A89D4D; }
a { background-color: rgb(168,157,77); }
div.DivClassName
{
background-color: #A89D4D;
}
.BgClassName
{
background-color: #A89D4D;
}
</style>
border-color css
<style>
span { border-color: #A89D4D; }
span { border-color: rgb(168,157,77); }
td.TdClassName
{
border-color: #A89D4D;
}
.TagClassName
{
border-color: #A89D4D;
}
</style>