Shades of Husk #A89250
Tints of Husk #A89250
RGB
CMYK
RGB Variations
Color information
#A89250 (or 0xA89250) is known color: Husk. HEX triplet: A8, 92 and 50. RGB value is (168,146,80). Sum of RGB (Red+Green+Blue) = 168+146+80=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 168 - color contains mainly: red. Hex color #A89250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89250 is #576DAF. Grayscale: #919191. Windows color (decimal): -5729712 or 5280424. OLE color: 5280424.
HSL color Cylindrical-coordinate representation of color #A89250: hue angle of 45º 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 #A89250 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 146 | 80 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.34 |
| HSL | 45º | 0.35% | 0.49% | - |
| HSV(B) | 45º | 0.52% | 0.66% | - |
| XYZ | 27.88 | 29.46 | 11.81 | - |
| YUV | 145.05 | 91.29 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 146 | 80 | 0 | 0.13 | 0.52 | 0.34 | 45 | 0.35 | 0.49 |
| Hex | A8 | 92 | 50 | 0 | D | 34 | 22 | 2D | 23 | 31 |
| Octal | 250 | 222 | 120 | 0 | 15 | 64 | 42 | 55 | 43 | 61 |
| Binary | 10101000 | 10010010 | 1010000 | 0 | 1101 | 110100 | 100010 | 101101 | 100011 | 110001 |
Color Harmonies of #A89250
Complementary color
Monochromatic Colors of #A89250
Black with #A89250
Text Example
Text Example
White with #A89250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89250; }
p { color: rgb(168,146,80); }
H1.HeaderClassName
{
color: #A89250;
}
.AnyTagClassName
{
color: #A89250;
}
</style>
background-color css
<style>
a { background-color: #A89250; }
a { background-color: rgb(168,146,80); }
div.DivClassName
{
background-color: #A89250;
}
.BgClassName
{
background-color: #A89250;
}
</style>
border-color css
<style>
span { border-color: #A89250; }
span { border-color: rgb(168,146,80); }
td.TdClassName
{
border-color: #A89250;
}
.TagClassName
{
border-color: #A89250;
}
</style>