Shades of Husk #AB9250
Tints of Husk #AB9250
RGB
CMYK
RGB Variations
Color information
#AB9250 (or 0xAB9250) is known color: Husk. HEX triplet: AB, 92 and 50. RGB value is (171,146,80). Sum of RGB (Red+Green+Blue) = 171+146+80=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9250 is #546DAF. Grayscale: #929292. Windows color (decimal): -5533104 or 5280427. OLE color: 5280427.
HSL color Cylindrical-coordinate representation of color #AB9250: hue angle of 43.52º degrees, saturation: 0.36, 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 #AB9250 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 146 | 80 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.33 |
| HSL | 43.52º | 0.36% | 0.49% | - |
| HSV(B) | 43.52º | 0.53% | 0.67% | - |
| XYZ | 28.52 | 29.79 | 11.84 | - |
| YUV | 145.95 | 90.78 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 146 | 80 | 0 | 0.15 | 0.53 | 0.33 | 43.52 | 0.36 | 0.49 |
| Hex | AB | 92 | 50 | 0 | F | 35 | 21 | 2C | 24 | 31 |
| Octal | 253 | 222 | 120 | 0 | 17 | 65 | 41 | 54 | 44 | 61 |
| Binary | 10101011 | 10010010 | 1010000 | 0 | 1111 | 110101 | 100001 | 101100 | 100100 | 110001 |
Color Harmonies of #AB9250
Complementary color
Monochromatic Colors of #AB9250
Black with #AB9250
Text Example
Text Example
White with #AB9250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9250; }
p { color: rgb(171,146,80); }
H1.HeaderClassName
{
color: #AB9250;
}
.AnyTagClassName
{
color: #AB9250;
}
</style>
background-color css
<style>
a { background-color: #AB9250; }
a { background-color: rgb(171,146,80); }
div.DivClassName
{
background-color: #AB9250;
}
.BgClassName
{
background-color: #AB9250;
}
</style>
border-color css
<style>
span { border-color: #AB9250; }
span { border-color: rgb(171,146,80); }
td.TdClassName
{
border-color: #AB9250;
}
.TagClassName
{
border-color: #AB9250;
}
</style>