Shades of Hacienda #AC7B18
Tints of Hacienda #AC7B18
RGB
CMYK
RGB Variations
Color information
#AC7B18 (or 0xAC7B18) is known color: Hacienda. HEX triplet: AC, 7B and 18. RGB value is (172,123,24). Sum of RGB (Red+Green+Blue) = 172+123+24=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 123 (48.44% from 255 or 38.56% from 319); Blue value is 24 (9.77% from 255 or 7.52% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7B18 is #5384E7. Grayscale: #7E7E7E. Windows color (decimal): -5473512 or 1604524. OLE color: 1604524.
HSL color Cylindrical-coordinate representation of color #AC7B18: hue angle of 40.14º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC7B18 is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 123 | 24 | - |
| CMYK | 0 | 0.28 | 0.86 | 0.33 |
| HSL | 40.14º | 0.76% | 0.38% | - |
| HSV(B) | 40.14º | 0.86% | 0.67% | - |
| XYZ | 24.26 | 23 | 4.03 | - |
| YUV | 126.37 | 70.23 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 123 | 24 | 0 | 0.28 | 0.86 | 0.33 | 40.14 | 0.76 | 0.38 |
| Hex | AC | 7B | 18 | 0 | 1C | 56 | 21 | 28 | 4C | 26 |
| Octal | 254 | 173 | 30 | 0 | 34 | 126 | 41 | 50 | 114 | 46 |
| Binary | 10101100 | 1111011 | 11000 | 0 | 11100 | 1010110 | 100001 | 101000 | 1001100 | 100110 |
Color Harmonies of #AC7B18
Complementary color
Monochromatic Colors of #AC7B18
Black with #AC7B18
Text Example
Text Example
White with #AC7B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7B18; }
p { color: rgb(172,123,24); }
H1.HeaderClassName
{
color: #AC7B18;
}
.AnyTagClassName
{
color: #AC7B18;
}
</style>
background-color css
<style>
a { background-color: #AC7B18; }
a { background-color: rgb(172,123,24); }
div.DivClassName
{
background-color: #AC7B18;
}
.BgClassName
{
background-color: #AC7B18;
}
</style>
border-color css
<style>
span { border-color: #AC7B18; }
span { border-color: rgb(172,123,24); }
td.TdClassName
{
border-color: #AC7B18;
}
.TagClassName
{
border-color: #AC7B18;
}
</style>