Shades of Husk #AB914C
Tints of Husk #AB914C
RGB
CMYK
RGB Variations
Color information
#AB914C (or 0xAB914C) is known color: Husk. HEX triplet: AB, 91 and 4C. RGB value is (171,145,76). Sum of RGB (Red+Green+Blue) = 171+145+76=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 76 (30.08% from 255 or 19.39% from 392); Max value from RGB is 171 - color contains mainly: red. Hex color #AB914C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB914C is #546EB3. Grayscale: #919191. Windows color (decimal): -5533364 or 5018027. OLE color: 5018027.
HSL color Cylindrical-coordinate representation of color #AB914C: hue angle of 43.58º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB914C is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 145 | 76 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.33 |
| HSL | 43.58º | 0.38% | 0.48% | - |
| HSV(B) | 43.58º | 0.56% | 0.67% | - |
| XYZ | 28.22 | 29.43 | 11.03 | - |
| YUV | 144.91 | 89.11 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 145 | 76 | 0 | 0.15 | 0.56 | 0.33 | 43.58 | 0.38 | 0.48 |
| Hex | AB | 91 | 4C | 0 | F | 38 | 21 | 2C | 26 | 30 |
| Octal | 253 | 221 | 114 | 0 | 17 | 70 | 41 | 54 | 46 | 60 |
| Binary | 10101011 | 10010001 | 1001100 | 0 | 1111 | 111000 | 100001 | 101100 | 100110 | 110000 |
Color Harmonies of #AB914C
Complementary color
Monochromatic Colors of #AB914C
Black with #AB914C
Text Example
Text Example
White with #AB914C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB914C; }
p { color: rgb(171,145,76); }
H1.HeaderClassName
{
color: #AB914C;
}
.AnyTagClassName
{
color: #AB914C;
}
</style>
background-color css
<style>
a { background-color: #AB914C; }
a { background-color: rgb(171,145,76); }
div.DivClassName
{
background-color: #AB914C;
}
.BgClassName
{
background-color: #AB914C;
}
</style>
border-color css
<style>
span { border-color: #AB914C; }
span { border-color: rgb(171,145,76); }
td.TdClassName
{
border-color: #AB914C;
}
.TagClassName
{
border-color: #AB914C;
}
</style>