Shades of Husk #A8924C
Tints of Husk #A8924C
RGB
CMYK
RGB Variations
Color information
#A8924C (or 0xA8924C) is known color: Husk. HEX triplet: A8, 92 and 4C. RGB value is (168,146,76). Sum of RGB (Red+Green+Blue) = 168+146+76=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 76 (30.08% from 255 or 19.49% from 390); Max value from RGB is 168 - color contains mainly: red. Hex color #A8924C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8924C is #576DB3. Grayscale: #909090. Windows color (decimal): -5729716 or 5018280. OLE color: 5018280.
HSL color Cylindrical-coordinate representation of color #A8924C: hue angle of 45.65º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8924C is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 146 | 76 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.34 |
| HSL | 45.65º | 0.38% | 0.48% | - |
| HSV(B) | 45.65º | 0.55% | 0.66% | - |
| XYZ | 27.73 | 29.4 | 11.05 | - |
| YUV | 144.6 | 89.29 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 146 | 76 | 0 | 0.13 | 0.55 | 0.34 | 45.65 | 0.38 | 0.48 |
| Hex | A8 | 92 | 4C | 0 | D | 37 | 22 | 2E | 26 | 30 |
| Octal | 250 | 222 | 114 | 0 | 15 | 67 | 42 | 56 | 46 | 60 |
| Binary | 10101000 | 10010010 | 1001100 | 0 | 1101 | 110111 | 100010 | 101110 | 100110 | 110000 |
Color Harmonies of #A8924C
Complementary color
Monochromatic Colors of #A8924C
Black with #A8924C
Text Example
Text Example
White with #A8924C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8924C; }
p { color: rgb(168,146,76); }
H1.HeaderClassName
{
color: #A8924C;
}
.AnyTagClassName
{
color: #A8924C;
}
</style>
background-color css
<style>
a { background-color: #A8924C; }
a { background-color: rgb(168,146,76); }
div.DivClassName
{
background-color: #A8924C;
}
.BgClassName
{
background-color: #A8924C;
}
</style>
border-color css
<style>
span { border-color: #A8924C; }
span { border-color: rgb(168,146,76); }
td.TdClassName
{
border-color: #A8924C;
}
.TagClassName
{
border-color: #A8924C;
}
</style>