Shades of Husk #A7974C
Tints of Husk #A7974C
RGB
CMYK
RGB Variations
Color information
#A7974C (or 0xA7974C) is known color: Husk. HEX triplet: A7, 97 and 4C. RGB value is (167,151,76). Sum of RGB (Red+Green+Blue) = 167+151+76=394 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.39% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 167 - color contains mainly: red. Hex color #A7974C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7974C is #5868B3. Grayscale: #939393. Windows color (decimal): -5793972 or 5019559. OLE color: 5019559.
HSL color Cylindrical-coordinate representation of color #A7974C: hue angle of 49.45º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A7974C is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 151 | 76 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.35 |
| HSL | 49.45º | 0.37% | 0.48% | - |
| HSV(B) | 49.45º | 0.54% | 0.65% | - |
| XYZ | 28.31 | 30.87 | 11.3 | - |
| YUV | 147.23 | 87.8 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 151 | 76 | 0 | 0.10 | 0.54 | 0.35 | 49.45 | 0.37 | 0.48 |
| Hex | A7 | 97 | 4C | 0 | A | 36 | 23 | 31 | 25 | 30 |
| Octal | 247 | 227 | 114 | 0 | 12 | 66 | 43 | 61 | 45 | 60 |
| Binary | 10100111 | 10010111 | 1001100 | 0 | 1010 | 110110 | 100011 | 110001 | 100101 | 110000 |
Color Harmonies of #A7974C
Complementary color
Monochromatic Colors of #A7974C
Black with #A7974C
Text Example
Text Example
White with #A7974C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7974C; }
p { color: rgb(167,151,76); }
H1.HeaderClassName
{
color: #A7974C;
}
.AnyTagClassName
{
color: #A7974C;
}
</style>
background-color css
<style>
a { background-color: #A7974C; }
a { background-color: rgb(167,151,76); }
div.DivClassName
{
background-color: #A7974C;
}
.BgClassName
{
background-color: #A7974C;
}
</style>
border-color css
<style>
span { border-color: #A7974C; }
span { border-color: rgb(167,151,76); }
td.TdClassName
{
border-color: #A7974C;
}
.TagClassName
{
border-color: #A7974C;
}
</style>