Shades of Husk #AB974A
Tints of Husk #AB974A
RGB
CMYK
RGB Variations
Color information
#AB974A (or 0xAB974A) is known color: Husk. HEX triplet: AB, 97 and 4A. RGB value is (171,151,74). Sum of RGB (Red+Green+Blue) = 171+151+74=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 151 (59.38% from 255 or 38.13% from 396); Blue value is 74 (29.30% from 255 or 18.69% from 396); Max value from RGB is 171 - color contains mainly: red. Hex color #AB974A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB974A is #5468B5. Grayscale: #949494. Windows color (decimal): -5531830 or 4888491. OLE color: 4888491.
HSL color Cylindrical-coordinate representation of color #AB974A: hue angle of 47.63º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB974A is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 151 | 74 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.33 |
| HSL | 47.63º | 0.4% | 0.48% | - |
| HSV(B) | 47.63º | 0.57% | 0.67% | - |
| XYZ | 29.1 | 31.29 | 10.98 | - |
| YUV | 148.2 | 86.13 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 151 | 74 | 0 | 0.12 | 0.57 | 0.33 | 47.63 | 0.4 | 0.48 |
| Hex | AB | 97 | 4A | 0 | C | 39 | 21 | 30 | 28 | 30 |
| Octal | 253 | 227 | 112 | 0 | 14 | 71 | 41 | 60 | 50 | 60 |
| Binary | 10101011 | 10010111 | 1001010 | 0 | 1100 | 111001 | 100001 | 110000 | 101000 | 110000 |
Color Harmonies of #AB974A
Complementary color
Monochromatic Colors of #AB974A
Black with #AB974A
Text Example
Text Example
White with #AB974A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB974A; }
p { color: rgb(171,151,74); }
H1.HeaderClassName
{
color: #AB974A;
}
.AnyTagClassName
{
color: #AB974A;
}
</style>
background-color css
<style>
a { background-color: #AB974A; }
a { background-color: rgb(171,151,74); }
div.DivClassName
{
background-color: #AB974A;
}
.BgClassName
{
background-color: #AB974A;
}
</style>
border-color css
<style>
span { border-color: #AB974A; }
span { border-color: rgb(171,151,74); }
td.TdClassName
{
border-color: #AB974A;
}
.TagClassName
{
border-color: #AB974A;
}
</style>