Shades of Husk #AB974C
Tints of Husk #AB974C
RGB
CMYK
RGB Variations
Color information
#AB974C (or 0xAB974C) is known color: Husk. HEX triplet: AB, 97 and 4C. RGB value is (171,151,76). Sum of RGB (Red+Green+Blue) = 171+151+76=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 151 (59.38% from 255 or 37.94% from 398); Blue value is 76 (30.08% from 255 or 19.10% from 398); Max value from RGB is 171 - color contains mainly: red. Hex color #AB974C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB974C is #5468B3. Grayscale: #949494. Windows color (decimal): -5531828 or 5019563. OLE color: 5019563.
HSL color Cylindrical-coordinate representation of color #AB974C: hue angle of 47.37º 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 #AB974C is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 151 | 76 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.33 |
| HSL | 47.37º | 0.38% | 0.48% | - |
| HSV(B) | 47.37º | 0.56% | 0.67% | - |
| XYZ | 29.17 | 31.31 | 11.34 | - |
| YUV | 148.43 | 87.13 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 151 | 76 | 0 | 0.12 | 0.56 | 0.33 | 47.37 | 0.38 | 0.48 |
| Hex | AB | 97 | 4C | 0 | C | 38 | 21 | 2F | 26 | 30 |
| Octal | 253 | 227 | 114 | 0 | 14 | 70 | 41 | 57 | 46 | 60 |
| Binary | 10101011 | 10010111 | 1001100 | 0 | 1100 | 111000 | 100001 | 101111 | 100110 | 110000 |
Color Harmonies of #AB974C
Complementary color
Monochromatic Colors of #AB974C
Black with #AB974C
Text Example
Text Example
White with #AB974C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB974C; }
p { color: rgb(171,151,76); }
H1.HeaderClassName
{
color: #AB974C;
}
.AnyTagClassName
{
color: #AB974C;
}
</style>
background-color css
<style>
a { background-color: #AB974C; }
a { background-color: rgb(171,151,76); }
div.DivClassName
{
background-color: #AB974C;
}
.BgClassName
{
background-color: #AB974C;
}
</style>
border-color css
<style>
span { border-color: #AB974C; }
span { border-color: rgb(171,151,76); }
td.TdClassName
{
border-color: #AB974C;
}
.TagClassName
{
border-color: #AB974C;
}
</style>