Shades of Hacienda #A57A20
Tints of Hacienda #A57A20
RGB
CMYK
RGB Variations
Color information
#A57A20 (or 0xA57A20) is known color: Hacienda. HEX triplet: A5, 7A and 20. RGB value is (165,122,32). Sum of RGB (Red+Green+Blue) = 165+122+32=319 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.72% from 319); Green value is 122 (48.05% from 255 or 38.24% from 319); Blue value is 32 (12.89% from 255 or 10.03% from 319); Max value from RGB is 165 - color contains mainly: red. Hex color #A57A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57A20 is #5A85DF. Grayscale: #7C7C7C. Windows color (decimal): -5932512 or 2128549. OLE color: 2128549.
HSL color Cylindrical-coordinate representation of color #A57A20: hue angle of 40.6º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A57A20 is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 122 | 32 | - |
| CMYK | 0 | 0.26 | 0.81 | 0.35 |
| HSL | 40.6º | 0.68% | 0.39% | - |
| HSV(B) | 40.6º | 0.81% | 0.65% | - |
| XYZ | 22.74 | 22.02 | 4.42 | - |
| YUV | 124.6 | 75.75 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 122 | 32 | 0 | 0.26 | 0.81 | 0.35 | 40.6 | 0.68 | 0.39 |
| Hex | A5 | 7A | 20 | 0 | 1A | 51 | 23 | 29 | 44 | 27 |
| Octal | 245 | 172 | 40 | 0 | 32 | 121 | 43 | 51 | 104 | 47 |
| Binary | 10100101 | 1111010 | 100000 | 0 | 11010 | 1010001 | 100011 | 101001 | 1000100 | 100111 |
Color Harmonies of #A57A20
Complementary color
Monochromatic Colors of #A57A20
Black with #A57A20
Text Example
Text Example
White with #A57A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57A20; }
p { color: rgb(165,122,32); }
H1.HeaderClassName
{
color: #A57A20;
}
.AnyTagClassName
{
color: #A57A20;
}
</style>
background-color css
<style>
a { background-color: #A57A20; }
a { background-color: rgb(165,122,32); }
div.DivClassName
{
background-color: #A57A20;
}
.BgClassName
{
background-color: #A57A20;
}
</style>
border-color css
<style>
span { border-color: #A57A20; }
span { border-color: rgb(165,122,32); }
td.TdClassName
{
border-color: #A57A20;
}
.TagClassName
{
border-color: #A57A20;
}
</style>