Shades of Hacienda #A07F21
Tints of Hacienda #A07F21
RGB
CMYK
RGB Variations
Color information
#A07F21 (or 0xA07F21) is known color: Hacienda. HEX triplet: A0, 7F and 21. RGB value is (160,127,33). Sum of RGB (Red+Green+Blue) = 160+127+33=320 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50% from 320); Green value is 127 (50% from 255 or 39.69% from 320); Blue value is 33 (13.28% from 255 or 10.31% from 320); Max value from RGB is 160 - color contains mainly: red. Hex color #A07F21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07F21 is #5F80DE. Grayscale: #7E7E7E. Windows color (decimal): -6258911 or 2195360. OLE color: 2195360.
HSL color Cylindrical-coordinate representation of color #A07F21: hue angle of 44.41º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A07F21 is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 127 | 33 | - |
| CMYK | 0 | 0.21 | 0.79 | 0.37 |
| HSL | 44.41º | 0.66% | 0.38% | - |
| HSV(B) | 44.41º | 0.79% | 0.63% | - |
| XYZ | 22.36 | 22.76 | 4.65 | - |
| YUV | 126.15 | 75.43 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 127 | 33 | 0 | 0.21 | 0.79 | 0.37 | 44.41 | 0.66 | 0.38 |
| Hex | A0 | 7F | 21 | 0 | 15 | 4F | 25 | 2C | 42 | 26 |
| Octal | 240 | 177 | 41 | 0 | 25 | 117 | 45 | 54 | 102 | 46 |
| Binary | 10100000 | 1111111 | 100001 | 0 | 10101 | 1001111 | 100101 | 101100 | 1000010 | 100110 |
Color Harmonies of #A07F21
Complementary color
Monochromatic Colors of #A07F21
Black with #A07F21
Text Example
Text Example
White with #A07F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07F21; }
p { color: rgb(160,127,33); }
H1.HeaderClassName
{
color: #A07F21;
}
.AnyTagClassName
{
color: #A07F21;
}
</style>
background-color css
<style>
a { background-color: #A07F21; }
a { background-color: rgb(160,127,33); }
div.DivClassName
{
background-color: #A07F21;
}
.BgClassName
{
background-color: #A07F21;
}
</style>
border-color css
<style>
span { border-color: #A07F21; }
span { border-color: rgb(160,127,33); }
td.TdClassName
{
border-color: #A07F21;
}
.TagClassName
{
border-color: #A07F21;
}
</style>