Shades of Husk #A99250
Tints of Husk #A99250
RGB
CMYK
RGB Variations
Color information
#A99250 (or 0xA99250) is known color: Husk. HEX triplet: A9, 92 and 50. RGB value is (169,146,80). Sum of RGB (Red+Green+Blue) = 169+146+80=395 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.78% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 169 - color contains mainly: red. Hex color #A99250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99250 is #566DAF. Grayscale: #919191. Windows color (decimal): -5664176 or 5280425. OLE color: 5280425.
HSL color Cylindrical-coordinate representation of color #A99250: hue angle of 44.49º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A99250 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 146 | 80 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.34 |
| HSL | 44.49º | 0.36% | 0.49% | - |
| HSV(B) | 44.49º | 0.53% | 0.66% | - |
| XYZ | 28.09 | 29.57 | 11.82 | - |
| YUV | 145.35 | 91.12 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 146 | 80 | 0 | 0.14 | 0.53 | 0.34 | 44.49 | 0.36 | 0.49 |
| Hex | A9 | 92 | 50 | 0 | E | 35 | 22 | 2C | 24 | 31 |
| Octal | 251 | 222 | 120 | 0 | 16 | 65 | 42 | 54 | 44 | 61 |
| Binary | 10101001 | 10010010 | 1010000 | 0 | 1110 | 110101 | 100010 | 101100 | 100100 | 110001 |
Color Harmonies of #A99250
Complementary color
Monochromatic Colors of #A99250
Black with #A99250
Text Example
Text Example
White with #A99250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99250; }
p { color: rgb(169,146,80); }
H1.HeaderClassName
{
color: #A99250;
}
.AnyTagClassName
{
color: #A99250;
}
</style>
background-color css
<style>
a { background-color: #A99250; }
a { background-color: rgb(169,146,80); }
div.DivClassName
{
background-color: #A99250;
}
.BgClassName
{
background-color: #A99250;
}
</style>
border-color css
<style>
span { border-color: #A99250; }
span { border-color: rgb(169,146,80); }
td.TdClassName
{
border-color: #A99250;
}
.TagClassName
{
border-color: #A99250;
}
</style>