Shades of Hacienda #A57F1B
Tints of Hacienda #A57F1B
RGB
CMYK
RGB Variations
Color information
#A57F1B (or 0xA57F1B) is known color: Hacienda. HEX triplet: A5, 7F and 1B. RGB value is (165,127,27). Sum of RGB (Red+Green+Blue) = 165+127+27=319 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.72% from 319); Green value is 127 (50% from 255 or 39.81% from 319); Blue value is 27 (10.94% from 255 or 8.46% from 319); Max value from RGB is 165 - color contains mainly: red. Hex color #A57F1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57F1B is #5A80E4. Grayscale: #7F7F7F. Windows color (decimal): -5931237 or 1802149. OLE color: 1802149.
HSL color Cylindrical-coordinate representation of color #A57F1B: hue angle of 43.48º 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 #A57F1B is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 127 | 27 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.35 |
| HSL | 43.48º | 0.72% | 0.38% | - |
| HSV(B) | 43.48º | 0.84% | 0.65% | - |
| XYZ | 23.3 | 23.26 | 4.3 | - |
| YUV | 126.96 | 71.59 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 127 | 27 | 0 | 0.23 | 0.84 | 0.35 | 43.48 | 0.72 | 0.38 |
| Hex | A5 | 7F | 1B | 0 | 17 | 54 | 23 | 2B | 48 | 26 |
| Octal | 245 | 177 | 33 | 0 | 27 | 124 | 43 | 53 | 110 | 46 |
| Binary | 10100101 | 1111111 | 11011 | 0 | 10111 | 1010100 | 100011 | 101011 | 1001000 | 100110 |
Color Harmonies of #A57F1B
Complementary color
Monochromatic Colors of #A57F1B
Black with #A57F1B
Text Example
Text Example
White with #A57F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57F1B; }
p { color: rgb(165,127,27); }
H1.HeaderClassName
{
color: #A57F1B;
}
.AnyTagClassName
{
color: #A57F1B;
}
</style>
background-color css
<style>
a { background-color: #A57F1B; }
a { background-color: rgb(165,127,27); }
div.DivClassName
{
background-color: #A57F1B;
}
.BgClassName
{
background-color: #A57F1B;
}
</style>
border-color css
<style>
span { border-color: #A57F1B; }
span { border-color: rgb(165,127,27); }
td.TdClassName
{
border-color: #A57F1B;
}
.TagClassName
{
border-color: #A57F1B;
}
</style>