Shades of Hacienda #A07A23
Tints of Hacienda #A07A23
RGB
CMYK
RGB Variations
Color information
#A07A23 (or 0xA07A23) is known color: Hacienda. HEX triplet: A0, 7A and 23. RGB value is (160,122,35). Sum of RGB (Red+Green+Blue) = 160+122+35=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 122 (48.05% from 255 or 38.49% from 317); Blue value is 35 (14.06% from 255 or 11.04% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07A23 is #5F85DC. Grayscale: #7B7B7B. Windows color (decimal): -6260189 or 2325152. OLE color: 2325152.
HSL color Cylindrical-coordinate representation of color #A07A23: hue angle of 41.76º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A07A23 is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 122 | 35 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.37 |
| HSL | 41.76º | 0.64% | 0.38% | - |
| HSV(B) | 41.76º | 0.78% | 0.63% | - |
| XYZ | 21.76 | 21.51 | 4.6 | - |
| YUV | 123.44 | 78.09 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 122 | 35 | 0 | 0.24 | 0.78 | 0.37 | 41.76 | 0.64 | 0.38 |
| Hex | A0 | 7A | 23 | 0 | 18 | 4E | 25 | 2A | 40 | 26 |
| Octal | 240 | 172 | 43 | 0 | 30 | 116 | 45 | 52 | 100 | 46 |
| Binary | 10100000 | 1111010 | 100011 | 0 | 11000 | 1001110 | 100101 | 101010 | 1000000 | 100110 |
Color Harmonies of #A07A23
Complementary color
Monochromatic Colors of #A07A23
Black with #A07A23
Text Example
Text Example
White with #A07A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07A23; }
p { color: rgb(160,122,35); }
H1.HeaderClassName
{
color: #A07A23;
}
.AnyTagClassName
{
color: #A07A23;
}
</style>
background-color css
<style>
a { background-color: #A07A23; }
a { background-color: rgb(160,122,35); }
div.DivClassName
{
background-color: #A07A23;
}
.BgClassName
{
background-color: #A07A23;
}
</style>
border-color css
<style>
span { border-color: #A07A23; }
span { border-color: rgb(160,122,35); }
td.TdClassName
{
border-color: #A07A23;
}
.TagClassName
{
border-color: #A07A23;
}
</style>