Shades of Husk #A89C4A
Tints of Husk #A89C4A
RGB
CMYK
RGB Variations
Color information
#A89C4A (or 0xA89C4A) is known color: Husk. HEX triplet: A8, 9C and 4A. RGB value is (168,156,74). Sum of RGB (Red+Green+Blue) = 168+156+74=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 74 (29.30% from 255 or 18.59% from 398); Max value from RGB is 168 - color contains mainly: red. Hex color #A89C4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89C4A is #5763B5. Grayscale: #969696. Windows color (decimal): -5727158 or 4889768. OLE color: 4889768.
HSL color Cylindrical-coordinate representation of color #A89C4A: hue angle of 52.34º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A89C4A is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 156 | 74 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.34 |
| HSL | 52.34º | 0.39% | 0.47% | - |
| HSV(B) | 52.34º | 0.56% | 0.66% | - |
| XYZ | 29.27 | 32.6 | 11.23 | - |
| YUV | 150.24 | 84.98 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 156 | 74 | 0 | 0.07 | 0.56 | 0.34 | 52.34 | 0.39 | 0.47 |
| Hex | A8 | 9C | 4A | 0 | 7 | 38 | 22 | 34 | 27 | 2F |
| Octal | 250 | 234 | 112 | 0 | 7 | 70 | 42 | 64 | 47 | 57 |
| Binary | 10101000 | 10011100 | 1001010 | 0 | 111 | 111000 | 100010 | 110100 | 100111 | 101111 |
Color Harmonies of #A89C4A
Complementary color
Monochromatic Colors of #A89C4A
Black with #A89C4A
Text Example
Text Example
White with #A89C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89C4A; }
p { color: rgb(168,156,74); }
H1.HeaderClassName
{
color: #A89C4A;
}
.AnyTagClassName
{
color: #A89C4A;
}
</style>
background-color css
<style>
a { background-color: #A89C4A; }
a { background-color: rgb(168,156,74); }
div.DivClassName
{
background-color: #A89C4A;
}
.BgClassName
{
background-color: #A89C4A;
}
</style>
border-color css
<style>
span { border-color: #A89C4A; }
span { border-color: rgb(168,156,74); }
td.TdClassName
{
border-color: #A89C4A;
}
.TagClassName
{
border-color: #A89C4A;
}
</style>