Shades of Hacienda #A07A28
Tints of Hacienda #A07A28
RGB
CMYK
RGB Variations
Color information
#A07A28 (or 0xA07A28) is known color: Hacienda. HEX triplet: A0, 7A and 28. RGB value is (160,122,40). Sum of RGB (Red+Green+Blue) = 160+122+40=322 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.69% from 322); Green value is 122 (48.05% from 255 or 37.89% from 322); Blue value is 40 (16.02% from 255 or 12.42% from 322); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07A28 is #5F85D7. Grayscale: #7C7C7C. Windows color (decimal): -6260184 or 2652832. OLE color: 2652832.
HSL color Cylindrical-coordinate representation of color #A07A28: hue angle of 41º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A07A28 is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 122 | 40 | - |
| CMYK | 0 | 0.24 | 0.75 | 0.37 |
| HSL | 41º | 0.6% | 0.39% | - |
| HSV(B) | 41º | 0.75% | 0.63% | - |
| XYZ | 21.84 | 21.55 | 5.02 | - |
| YUV | 124.01 | 80.59 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 122 | 40 | 0 | 0.24 | 0.75 | 0.37 | 41 | 0.6 | 0.39 |
| Hex | A0 | 7A | 28 | 0 | 18 | 4B | 25 | 29 | 3C | 27 |
| Octal | 240 | 172 | 50 | 0 | 30 | 113 | 45 | 51 | 74 | 47 |
| Binary | 10100000 | 1111010 | 101000 | 0 | 11000 | 1001011 | 100101 | 101001 | 111100 | 100111 |
Color Harmonies of #A07A28
Complementary color
Monochromatic Colors of #A07A28
Black with #A07A28
Text Example
Text Example
White with #A07A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07A28; }
p { color: rgb(160,122,40); }
H1.HeaderClassName
{
color: #A07A28;
}
.AnyTagClassName
{
color: #A07A28;
}
</style>
background-color css
<style>
a { background-color: #A07A28; }
a { background-color: rgb(160,122,40); }
div.DivClassName
{
background-color: #A07A28;
}
.BgClassName
{
background-color: #A07A28;
}
</style>
border-color css
<style>
span { border-color: #A07A28; }
span { border-color: rgb(160,122,40); }
td.TdClassName
{
border-color: #A07A28;
}
.TagClassName
{
border-color: #A07A28;
}
</style>