Shades of Hacienda #AC7E17
Tints of Hacienda #AC7E17
RGB
CMYK
RGB Variations
Color information
#AC7E17 (or 0xAC7E17) is known color: Hacienda. HEX triplet: AC, 7E and 17. RGB value is (172,126,23). Sum of RGB (Red+Green+Blue) = 172+126+23=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 126 (49.61% from 255 or 39.25% from 321); Blue value is 23 (9.38% from 255 or 7.17% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7E17 is #5381E8. Grayscale: #808080. Windows color (decimal): -5472745 or 1539756. OLE color: 1539756.
HSL color Cylindrical-coordinate representation of color #AC7E17: hue angle of 41.48º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC7E17 is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 126 | 23 | - |
| CMYK | 0 | 0.27 | 0.87 | 0.33 |
| HSL | 41.48º | 0.76% | 0.38% | - |
| HSV(B) | 41.48º | 0.87% | 0.67% | - |
| XYZ | 24.63 | 23.75 | 4.1 | - |
| YUV | 128.01 | 68.74 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 126 | 23 | 0 | 0.27 | 0.87 | 0.33 | 41.48 | 0.76 | 0.38 |
| Hex | AC | 7E | 17 | 0 | 1B | 57 | 21 | 29 | 4C | 26 |
| Octal | 254 | 176 | 27 | 0 | 33 | 127 | 41 | 51 | 114 | 46 |
| Binary | 10101100 | 1111110 | 10111 | 0 | 11011 | 1010111 | 100001 | 101001 | 1001100 | 100110 |
Color Harmonies of #AC7E17
Complementary color
Monochromatic Colors of #AC7E17
Black with #AC7E17
Text Example
Text Example
White with #AC7E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7E17; }
p { color: rgb(172,126,23); }
H1.HeaderClassName
{
color: #AC7E17;
}
.AnyTagClassName
{
color: #AC7E17;
}
</style>
background-color css
<style>
a { background-color: #AC7E17; }
a { background-color: rgb(172,126,23); }
div.DivClassName
{
background-color: #AC7E17;
}
.BgClassName
{
background-color: #AC7E17;
}
</style>
border-color css
<style>
span { border-color: #AC7E17; }
span { border-color: rgb(172,126,23); }
td.TdClassName
{
border-color: #AC7E17;
}
.TagClassName
{
border-color: #AC7E17;
}
</style>