Shades of Hacienda #A57A1B
Tints of Hacienda #A57A1B
RGB
CMYK
RGB Variations
Color information
#A57A1B (or 0xA57A1B) is known color: Hacienda. HEX triplet: A5, 7A and 1B. RGB value is (165,122,27). Sum of RGB (Red+Green+Blue) = 165+122+27=314 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.55% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 27 (10.94% from 255 or 8.60% from 314); Max value from RGB is 165 - color contains mainly: red. Hex color #A57A1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57A1B is #5A85E4. Grayscale: #7C7C7C. Windows color (decimal): -5932517 or 1800869. OLE color: 1800869.
HSL color Cylindrical-coordinate representation of color #A57A1B: hue angle of 41.3º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A57A1B is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 122 | 27 | - |
| CMYK | 0 | 0.26 | 0.84 | 0.35 |
| HSL | 41.3º | 0.72% | 0.38% | - |
| HSV(B) | 41.3º | 0.84% | 0.65% | - |
| XYZ | 22.67 | 22 | 4.09 | - |
| YUV | 124.03 | 73.25 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 122 | 27 | 0 | 0.26 | 0.84 | 0.35 | 41.3 | 0.72 | 0.38 |
| Hex | A5 | 7A | 1B | 0 | 1A | 54 | 23 | 29 | 48 | 26 |
| Octal | 245 | 172 | 33 | 0 | 32 | 124 | 43 | 51 | 110 | 46 |
| Binary | 10100101 | 1111010 | 11011 | 0 | 11010 | 1010100 | 100011 | 101001 | 1001000 | 100110 |
Color Harmonies of #A57A1B
Complementary color
Monochromatic Colors of #A57A1B
Black with #A57A1B
Text Example
Text Example
White with #A57A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57A1B; }
p { color: rgb(165,122,27); }
H1.HeaderClassName
{
color: #A57A1B;
}
.AnyTagClassName
{
color: #A57A1B;
}
</style>
background-color css
<style>
a { background-color: #A57A1B; }
a { background-color: rgb(165,122,27); }
div.DivClassName
{
background-color: #A57A1B;
}
.BgClassName
{
background-color: #A57A1B;
}
</style>
border-color css
<style>
span { border-color: #A57A1B; }
span { border-color: rgb(165,122,27); }
td.TdClassName
{
border-color: #A57A1B;
}
.TagClassName
{
border-color: #A57A1B;
}
</style>