Shades of Hacienda #A07D18
Tints of Hacienda #A07D18
RGB
CMYK
RGB Variations
Color information
#A07D18 (or 0xA07D18) is known color: Hacienda. HEX triplet: A0, 7D and 18. RGB value is (160,125,24). Sum of RGB (Red+Green+Blue) = 160+125+24=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 125 (49.22% from 255 or 40.45% from 309); Blue value is 24 (9.77% from 255 or 7.77% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07D18 is #5F82E7. Grayscale: #7C7C7C. Windows color (decimal): -6259432 or 1605024. OLE color: 1605024.
HSL color Cylindrical-coordinate representation of color #A07D18: hue angle of 44.56º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A07D18 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 125 | 24 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.37 |
| HSL | 44.56º | 0.74% | 0.36% | - |
| HSV(B) | 44.56º | 0.85% | 0.63% | - |
| XYZ | 22 | 22.21 | 3.99 | - |
| YUV | 123.95 | 71.6 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 24 | 0 | 0.22 | 0.85 | 0.37 | 44.56 | 0.74 | 0.36 |
| Hex | A0 | 7D | 18 | 0 | 16 | 55 | 25 | 2D | 4A | 24 |
| Octal | 240 | 175 | 30 | 0 | 26 | 125 | 45 | 55 | 112 | 44 |
| Binary | 10100000 | 1111101 | 11000 | 0 | 10110 | 1010101 | 100101 | 101101 | 1001010 | 100100 |
Color Harmonies of #A07D18
Complementary color
Monochromatic Colors of #A07D18
Black with #A07D18
Text Example
Text Example
White with #A07D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07D18; }
p { color: rgb(160,125,24); }
H1.HeaderClassName
{
color: #A07D18;
}
.AnyTagClassName
{
color: #A07D18;
}
</style>
background-color css
<style>
a { background-color: #A07D18; }
a { background-color: rgb(160,125,24); }
div.DivClassName
{
background-color: #A07D18;
}
.BgClassName
{
background-color: #A07D18;
}
</style>
border-color css
<style>
span { border-color: #A07D18; }
span { border-color: rgb(160,125,24); }
td.TdClassName
{
border-color: #A07D18;
}
.TagClassName
{
border-color: #A07D18;
}
</style>