Shades of Husk #A7985C
Tints of Husk #A7985C
RGB
CMYK
RGB Variations
Color information
#A7985C (or 0xA7985C) is known color: Husk. HEX triplet: A7, 98 and 5C. RGB value is (167,152,92). Sum of RGB (Red+Green+Blue) = 167+152+92=411 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.63% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 92 (36.33% from 255 or 22.38% from 411); Max value from RGB is 167 - color contains mainly: red. Hex color #A7985C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7985C is #5867A3. Grayscale: #959595. Windows color (decimal): -5793700 or 6068391. OLE color: 6068391.
HSL color Cylindrical-coordinate representation of color #A7985C: hue angle of 48º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A7985C is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 152 | 92 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.35 |
| HSL | 48º | 0.3% | 0.51% | - |
| HSV(B) | 48º | 0.45% | 0.65% | - |
| XYZ | 29.1 | 31.44 | 14.66 | - |
| YUV | 149.65 | 95.47 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 152 | 92 | 0 | 0.09 | 0.45 | 0.35 | 48 | 0.3 | 0.51 |
| Hex | A7 | 98 | 5C | 0 | 9 | 2D | 23 | 30 | 1E | 33 |
| Octal | 247 | 230 | 134 | 0 | 11 | 55 | 43 | 60 | 36 | 63 |
| Binary | 10100111 | 10011000 | 1011100 | 0 | 1001 | 101101 | 100011 | 110000 | 11110 | 110011 |
Color Harmonies of #A7985C
Complementary color
Monochromatic Colors of #A7985C
Black with #A7985C
Text Example
Text Example
White with #A7985C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7985C; }
p { color: rgb(167,152,92); }
H1.HeaderClassName
{
color: #A7985C;
}
.AnyTagClassName
{
color: #A7985C;
}
</style>
background-color css
<style>
a { background-color: #A7985C; }
a { background-color: rgb(167,152,92); }
div.DivClassName
{
background-color: #A7985C;
}
.BgClassName
{
background-color: #A7985C;
}
</style>
border-color css
<style>
span { border-color: #A7985C; }
span { border-color: rgb(167,152,92); }
td.TdClassName
{
border-color: #A7985C;
}
.TagClassName
{
border-color: #A7985C;
}
</style>