Shades of Husk #A89451
Tints of Husk #A89451
RGB
CMYK
RGB Variations
Color information
#A89451 (or 0xA89451) is known color: Husk. HEX triplet: A8, 94 and 51. RGB value is (168,148,81). Sum of RGB (Red+Green+Blue) = 168+148+81=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 168 - color contains mainly: red. Hex color #A89451 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89451 is #576BAE. Grayscale: #929292. Windows color (decimal): -5729199 or 5346472. OLE color: 5346472.
HSL color Cylindrical-coordinate representation of color #A89451: hue angle of 46.21º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A89451 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 148 | 81 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.34 |
| HSL | 46.21º | 0.35% | 0.49% | - |
| HSV(B) | 46.21º | 0.52% | 0.66% | - |
| XYZ | 28.22 | 30.1 | 12.11 | - |
| YUV | 146.34 | 91.13 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 148 | 81 | 0 | 0.12 | 0.52 | 0.34 | 46.21 | 0.35 | 0.49 |
| Hex | A8 | 94 | 51 | 0 | C | 34 | 22 | 2E | 23 | 31 |
| Octal | 250 | 224 | 121 | 0 | 14 | 64 | 42 | 56 | 43 | 61 |
| Binary | 10101000 | 10010100 | 1010001 | 0 | 1100 | 110100 | 100010 | 101110 | 100011 | 110001 |
Color Harmonies of #A89451
Complementary color
Monochromatic Colors of #A89451
Black with #A89451
Text Example
Text Example
White with #A89451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89451; }
p { color: rgb(168,148,81); }
H1.HeaderClassName
{
color: #A89451;
}
.AnyTagClassName
{
color: #A89451;
}
</style>
background-color css
<style>
a { background-color: #A89451; }
a { background-color: rgb(168,148,81); }
div.DivClassName
{
background-color: #A89451;
}
.BgClassName
{
background-color: #A89451;
}
</style>
border-color css
<style>
span { border-color: #A89451; }
span { border-color: rgb(168,148,81); }
td.TdClassName
{
border-color: #A89451;
}
.TagClassName
{
border-color: #A89451;
}
</style>