Shades of Hacienda #A07823
Tints of Hacienda #A07823
RGB
CMYK
RGB Variations
Color information
#A07823 (or 0xA07823) is known color: Hacienda. HEX triplet: A0, 78 and 23. RGB value is (160,120,35). Sum of RGB (Red+Green+Blue) = 160+120+35=315 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.79% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 35 (14.06% from 255 or 11.11% from 315); Max value from RGB is 160 - color contains mainly: red. Hex color #A07823 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07823 is #5F87DC. Grayscale: #7A7A7A. Windows color (decimal): -6260701 or 2324640. OLE color: 2324640.
HSL color Cylindrical-coordinate representation of color #A07823: hue angle of 40.8º 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 #A07823 is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 120 | 35 | - |
| CMYK | 0 | 0.25 | 0.78 | 0.37 |
| HSL | 40.8º | 0.64% | 0.38% | - |
| HSV(B) | 40.8º | 0.78% | 0.63% | - |
| XYZ | 21.52 | 21.03 | 4.51 | - |
| YUV | 122.27 | 78.75 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 120 | 35 | 0 | 0.25 | 0.78 | 0.37 | 40.8 | 0.64 | 0.38 |
| Hex | A0 | 78 | 23 | 0 | 19 | 4E | 25 | 29 | 40 | 26 |
| Octal | 240 | 170 | 43 | 0 | 31 | 116 | 45 | 51 | 100 | 46 |
| Binary | 10100000 | 1111000 | 100011 | 0 | 11001 | 1001110 | 100101 | 101001 | 1000000 | 100110 |
Color Harmonies of #A07823
Complementary color
Monochromatic Colors of #A07823
Black with #A07823
Text Example
Text Example
White with #A07823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07823; }
p { color: rgb(160,120,35); }
H1.HeaderClassName
{
color: #A07823;
}
.AnyTagClassName
{
color: #A07823;
}
</style>
background-color css
<style>
a { background-color: #A07823; }
a { background-color: rgb(160,120,35); }
div.DivClassName
{
background-color: #A07823;
}
.BgClassName
{
background-color: #A07823;
}
</style>
border-color css
<style>
span { border-color: #A07823; }
span { border-color: rgb(160,120,35); }
td.TdClassName
{
border-color: #A07823;
}
.TagClassName
{
border-color: #A07823;
}
</style>