Shades of Hacienda #A57D14
Tints of Hacienda #A57D14
RGB
CMYK
RGB Variations
Color information
#A57D14 (or 0xA57D14) is known color: Hacienda. HEX triplet: A5, 7D and 14. RGB value is (165,125,20). Sum of RGB (Red+Green+Blue) = 165+125+20=310 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.23% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 165 - color contains mainly: red. Hex color #A57D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57D14 is #5A82EB. Grayscale: #7D7D7D. Windows color (decimal): -5931756 or 1342885. OLE color: 1342885.
HSL color Cylindrical-coordinate representation of color #A57D14: hue angle of 43.45º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A57D14 is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 125 | 20 | - |
| CMYK | 0 | 0.24 | 0.88 | 0.35 |
| HSL | 43.45º | 0.78% | 0.36% | - |
| HSV(B) | 43.45º | 0.88% | 0.65% | - |
| XYZ | 22.98 | 22.72 | 3.84 | - |
| YUV | 124.99 | 68.75 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 125 | 20 | 0 | 0.24 | 0.88 | 0.35 | 43.45 | 0.78 | 0.36 |
| Hex | A5 | 7D | 14 | 0 | 18 | 58 | 23 | 2B | 4E | 24 |
| Octal | 245 | 175 | 24 | 0 | 30 | 130 | 43 | 53 | 116 | 44 |
| Binary | 10100101 | 1111101 | 10100 | 0 | 11000 | 1011000 | 100011 | 101011 | 1001110 | 100100 |
Color Harmonies of #A57D14
Complementary color
Monochromatic Colors of #A57D14
Black with #A57D14
Text Example
Text Example
White with #A57D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57D14; }
p { color: rgb(165,125,20); }
H1.HeaderClassName
{
color: #A57D14;
}
.AnyTagClassName
{
color: #A57D14;
}
</style>
background-color css
<style>
a { background-color: #A57D14; }
a { background-color: rgb(165,125,20); }
div.DivClassName
{
background-color: #A57D14;
}
.BgClassName
{
background-color: #A57D14;
}
</style>
border-color css
<style>
span { border-color: #A57D14; }
span { border-color: rgb(165,125,20); }
td.TdClassName
{
border-color: #A57D14;
}
.TagClassName
{
border-color: #A57D14;
}
</style>