Shades of Husk #A89C4E
Tints of Husk #A89C4E
RGB
CMYK
RGB Variations
Color information
#A89C4E (or 0xA89C4E) is known color: Husk. HEX triplet: A8, 9C and 4E. RGB value is (168,156,78). Sum of RGB (Red+Green+Blue) = 168+156+78=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 156 (61.33% from 255 or 38.81% from 402); Blue value is 78 (30.86% from 255 or 19.40% from 402); Max value from RGB is 168 - color contains mainly: red. Hex color #A89C4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89C4E is #5763B1. Grayscale: #979797. Windows color (decimal): -5727154 or 5151912. OLE color: 5151912.
HSL color Cylindrical-coordinate representation of color #A89C4E: hue angle of 52º 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 #A89C4E is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 156 | 78 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.34 |
| HSL | 52º | 0.37% | 0.48% | - |
| HSV(B) | 52º | 0.54% | 0.66% | - |
| XYZ | 29.41 | 32.65 | 11.96 | - |
| YUV | 150.7 | 86.98 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 156 | 78 | 0 | 0.07 | 0.54 | 0.34 | 52 | 0.37 | 0.48 |
| Hex | A8 | 9C | 4E | 0 | 7 | 36 | 22 | 34 | 25 | 30 |
| Octal | 250 | 234 | 116 | 0 | 7 | 66 | 42 | 64 | 45 | 60 |
| Binary | 10101000 | 10011100 | 1001110 | 0 | 111 | 110110 | 100010 | 110100 | 100101 | 110000 |
Color Harmonies of #A89C4E
Complementary color
Monochromatic Colors of #A89C4E
Black with #A89C4E
Text Example
Text Example
White with #A89C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89C4E; }
p { color: rgb(168,156,78); }
H1.HeaderClassName
{
color: #A89C4E;
}
.AnyTagClassName
{
color: #A89C4E;
}
</style>
background-color css
<style>
a { background-color: #A89C4E; }
a { background-color: rgb(168,156,78); }
div.DivClassName
{
background-color: #A89C4E;
}
.BgClassName
{
background-color: #A89C4E;
}
</style>
border-color css
<style>
span { border-color: #A89C4E; }
span { border-color: rgb(168,156,78); }
td.TdClassName
{
border-color: #A89C4E;
}
.TagClassName
{
border-color: #A89C4E;
}
</style>