Shades of Husk #AC914E
Tints of Husk #AC914E
RGB
CMYK
RGB Variations
Color information
#AC914E (or 0xAC914E) is known color: Husk. HEX triplet: AC, 91 and 4E. RGB value is (172,145,78). Sum of RGB (Red+Green+Blue) = 172+145+78=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 78 (30.86% from 255 or 19.75% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC914E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC914E is #536EB1. Grayscale: #919191. Windows color (decimal): -5467826 or 5149100. OLE color: 5149100.
HSL color Cylindrical-coordinate representation of color #AC914E: hue angle of 42.77º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC914E is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 145 | 78 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.33 |
| HSL | 42.77º | 0.38% | 0.49% | - |
| HSV(B) | 42.77º | 0.55% | 0.67% | - |
| XYZ | 28.51 | 29.57 | 11.41 | - |
| YUV | 145.44 | 89.95 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 145 | 78 | 0 | 0.16 | 0.55 | 0.33 | 42.77 | 0.38 | 0.49 |
| Hex | AC | 91 | 4E | 0 | 10 | 37 | 21 | 2B | 26 | 31 |
| Octal | 254 | 221 | 116 | 0 | 20 | 67 | 41 | 53 | 46 | 61 |
| Binary | 10101100 | 10010001 | 1001110 | 0 | 10000 | 110111 | 100001 | 101011 | 100110 | 110001 |
Color Harmonies of #AC914E
Complementary color
Monochromatic Colors of #AC914E
Black with #AC914E
Text Example
Text Example
White with #AC914E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC914E; }
p { color: rgb(172,145,78); }
H1.HeaderClassName
{
color: #AC914E;
}
.AnyTagClassName
{
color: #AC914E;
}
</style>
background-color css
<style>
a { background-color: #AC914E; }
a { background-color: rgb(172,145,78); }
div.DivClassName
{
background-color: #AC914E;
}
.BgClassName
{
background-color: #AC914E;
}
</style>
border-color css
<style>
span { border-color: #AC914E; }
span { border-color: rgb(172,145,78); }
td.TdClassName
{
border-color: #AC914E;
}
.TagClassName
{
border-color: #AC914E;
}
</style>