Shades of Husk #AC9250
Tints of Husk #AC9250
RGB
CMYK
RGB Variations
Color information
#AC9250 (or 0xAC9250) is known color: Husk. HEX triplet: AC, 92 and 50. RGB value is (172,146,80). Sum of RGB (Red+Green+Blue) = 172+146+80=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9250 is #536DAF. Grayscale: #929292. Windows color (decimal): -5467568 or 5280428. OLE color: 5280428.
HSL color Cylindrical-coordinate representation of color #AC9250: hue angle of 43.04º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC9250 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 146 | 80 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.33 |
| HSL | 43.04º | 0.37% | 0.49% | - |
| HSV(B) | 43.04º | 0.53% | 0.67% | - |
| XYZ | 28.74 | 29.91 | 11.85 | - |
| YUV | 146.25 | 90.61 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 146 | 80 | 0 | 0.15 | 0.53 | 0.33 | 43.04 | 0.37 | 0.49 |
| Hex | AC | 92 | 50 | 0 | F | 35 | 21 | 2B | 25 | 31 |
| Octal | 254 | 222 | 120 | 0 | 17 | 65 | 41 | 53 | 45 | 61 |
| Binary | 10101100 | 10010010 | 1010000 | 0 | 1111 | 110101 | 100001 | 101011 | 100101 | 110001 |
Color Harmonies of #AC9250
Complementary color
Monochromatic Colors of #AC9250
Black with #AC9250
Text Example
Text Example
White with #AC9250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9250; }
p { color: rgb(172,146,80); }
H1.HeaderClassName
{
color: #AC9250;
}
.AnyTagClassName
{
color: #AC9250;
}
</style>
background-color css
<style>
a { background-color: #AC9250; }
a { background-color: rgb(172,146,80); }
div.DivClassName
{
background-color: #AC9250;
}
.BgClassName
{
background-color: #AC9250;
}
</style>
border-color css
<style>
span { border-color: #AC9250; }
span { border-color: rgb(172,146,80); }
td.TdClassName
{
border-color: #AC9250;
}
.TagClassName
{
border-color: #AC9250;
}
</style>