Shades of Hacienda #AC7F21
Tints of Hacienda #AC7F21
RGB
CMYK
RGB Variations
Color information
#AC7F21 (or 0xAC7F21) is known color: Hacienda. HEX triplet: AC, 7F and 21. RGB value is (172,127,33). Sum of RGB (Red+Green+Blue) = 172+127+33=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 127 (50% from 255 or 38.25% from 332); Blue value is 33 (13.28% from 255 or 9.94% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7F21 is #5380DE. Grayscale: #828282. Windows color (decimal): -5472479 or 2195372. OLE color: 2195372.
HSL color Cylindrical-coordinate representation of color #AC7F21: hue angle of 40.58º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC7F21 is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 127 | 33 | - |
| CMYK | 0 | 0.26 | 0.81 | 0.33 |
| HSL | 40.58º | 0.68% | 0.4% | - |
| HSV(B) | 40.58º | 0.81% | 0.67% | - |
| XYZ | 24.88 | 24.06 | 4.77 | - |
| YUV | 129.74 | 73.41 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 127 | 33 | 0 | 0.26 | 0.81 | 0.33 | 40.58 | 0.68 | 0.4 |
| Hex | AC | 7F | 21 | 0 | 1A | 51 | 21 | 29 | 44 | 28 |
| Octal | 254 | 177 | 41 | 0 | 32 | 121 | 41 | 51 | 104 | 50 |
| Binary | 10101100 | 1111111 | 100001 | 0 | 11010 | 1010001 | 100001 | 101001 | 1000100 | 101000 |
Color Harmonies of #AC7F21
Complementary color
Monochromatic Colors of #AC7F21
Black with #AC7F21
Text Example
Text Example
White with #AC7F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7F21; }
p { color: rgb(172,127,33); }
H1.HeaderClassName
{
color: #AC7F21;
}
.AnyTagClassName
{
color: #AC7F21;
}
</style>
background-color css
<style>
a { background-color: #AC7F21; }
a { background-color: rgb(172,127,33); }
div.DivClassName
{
background-color: #AC7F21;
}
.BgClassName
{
background-color: #AC7F21;
}
</style>
border-color css
<style>
span { border-color: #AC7F21; }
span { border-color: rgb(172,127,33); }
td.TdClassName
{
border-color: #AC7F21;
}
.TagClassName
{
border-color: #AC7F21;
}
</style>