Shades of Husk #A89251
Tints of Husk #A89251
RGB
CMYK
RGB Variations
Color information
#A89251 (or 0xA89251) is known color: Husk. HEX triplet: A8, 92 and 51. RGB value is (168,146,81). Sum of RGB (Red+Green+Blue) = 168+146+81=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 81 (32.03% from 255 or 20.51% from 395); Max value from RGB is 168 - color contains mainly: red. Hex color #A89251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89251 is #576DAE. Grayscale: #919191. Windows color (decimal): -5729711 or 5345960. OLE color: 5345960.
HSL color Cylindrical-coordinate representation of color #A89251: hue angle of 44.83º 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 #A89251 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 146 | 81 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.34 |
| HSL | 44.83º | 0.35% | 0.49% | - |
| HSV(B) | 44.83º | 0.52% | 0.66% | - |
| XYZ | 27.91 | 29.48 | 12 | - |
| YUV | 145.17 | 91.79 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 146 | 81 | 0 | 0.13 | 0.52 | 0.34 | 44.83 | 0.35 | 0.49 |
| Hex | A8 | 92 | 51 | 0 | D | 34 | 22 | 2D | 23 | 31 |
| Octal | 250 | 222 | 121 | 0 | 15 | 64 | 42 | 55 | 43 | 61 |
| Binary | 10101000 | 10010010 | 1010001 | 0 | 1101 | 110100 | 100010 | 101101 | 100011 | 110001 |
Color Harmonies of #A89251
Complementary color
Monochromatic Colors of #A89251
Black with #A89251
Text Example
Text Example
White with #A89251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89251; }
p { color: rgb(168,146,81); }
H1.HeaderClassName
{
color: #A89251;
}
.AnyTagClassName
{
color: #A89251;
}
</style>
background-color css
<style>
a { background-color: #A89251; }
a { background-color: rgb(168,146,81); }
div.DivClassName
{
background-color: #A89251;
}
.BgClassName
{
background-color: #A89251;
}
</style>
border-color css
<style>
span { border-color: #A89251; }
span { border-color: rgb(168,146,81); }
td.TdClassName
{
border-color: #A89251;
}
.TagClassName
{
border-color: #A89251;
}
</style>