Shades of Husk #A89454
Tints of Husk #A89454
RGB
CMYK
RGB Variations
Color information
#A89454 (or 0xA89454) is known color: Husk. HEX triplet: A8, 94 and 54. RGB value is (168,148,84). Sum of RGB (Red+Green+Blue) = 168+148+84=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 84 (33.20% from 255 or 21% from 400); Max value from RGB is 168 - color contains mainly: red. Hex color #A89454 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89454 is #576BAB. Grayscale: #929292. Windows color (decimal): -5729196 or 5543080. OLE color: 5543080.
HSL color Cylindrical-coordinate representation of color #A89454: hue angle of 45.71º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A89454 is Cyan = 0, Magento = 0.12, Yellow = 0.5 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 148 | 84 | - |
| CMYK | 0 | 0.12 | 0.5 | 0.34 |
| HSL | 45.71º | 0.33% | 0.49% | - |
| HSV(B) | 45.71º | 0.5% | 0.66% | - |
| XYZ | 28.34 | 30.14 | 12.71 | - |
| YUV | 146.68 | 92.63 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 148 | 84 | 0 | 0.12 | 0.5 | 0.34 | 45.71 | 0.33 | 0.49 |
| Hex | A8 | 94 | 54 | 0 | C | 32 | 22 | 2E | 21 | 31 |
| Octal | 250 | 224 | 124 | 0 | 14 | 62 | 42 | 56 | 41 | 61 |
| Binary | 10101000 | 10010100 | 1010100 | 0 | 1100 | 110010 | 100010 | 101110 | 100001 | 110001 |
Color Harmonies of #A89454
Complementary color
Monochromatic Colors of #A89454
Black with #A89454
Text Example
Text Example
White with #A89454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89454; }
p { color: rgb(168,148,84); }
H1.HeaderClassName
{
color: #A89454;
}
.AnyTagClassName
{
color: #A89454;
}
</style>
background-color css
<style>
a { background-color: #A89454; }
a { background-color: rgb(168,148,84); }
div.DivClassName
{
background-color: #A89454;
}
.BgClassName
{
background-color: #A89454;
}
</style>
border-color css
<style>
span { border-color: #A89454; }
span { border-color: rgb(168,148,84); }
td.TdClassName
{
border-color: #A89454;
}
.TagClassName
{
border-color: #A89454;
}
</style>