Shades of Hacienda #A57B1E
Tints of Hacienda #A57B1E
RGB
CMYK
RGB Variations
Color information
#A57B1E (or 0xA57B1E) is known color: Hacienda. HEX triplet: A5, 7B and 1E. RGB value is (165,123,30). Sum of RGB (Red+Green+Blue) = 165+123+30=318 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.89% from 318); Green value is 123 (48.44% from 255 or 38.68% from 318); Blue value is 30 (12.11% from 255 or 9.43% from 318); Max value from RGB is 165 - color contains mainly: red. Hex color #A57B1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57B1E is #5A84E1. Grayscale: #7D7D7D. Windows color (decimal): -5932258 or 1997733. OLE color: 1997733.
HSL color Cylindrical-coordinate representation of color #A57B1E: hue angle of 41.33º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A57B1E is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 123 | 30 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.35 |
| HSL | 41.33º | 0.69% | 0.38% | - |
| HSV(B) | 41.33º | 0.82% | 0.65% | - |
| XYZ | 22.83 | 22.26 | 4.32 | - |
| YUV | 124.96 | 74.41 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 123 | 30 | 0 | 0.25 | 0.82 | 0.35 | 41.33 | 0.69 | 0.38 |
| Hex | A5 | 7B | 1E | 0 | 19 | 52 | 23 | 29 | 45 | 26 |
| Octal | 245 | 173 | 36 | 0 | 31 | 122 | 43 | 51 | 105 | 46 |
| Binary | 10100101 | 1111011 | 11110 | 0 | 11001 | 1010010 | 100011 | 101001 | 1000101 | 100110 |
Color Harmonies of #A57B1E
Complementary color
Monochromatic Colors of #A57B1E
Black with #A57B1E
Text Example
Text Example
White with #A57B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57B1E; }
p { color: rgb(165,123,30); }
H1.HeaderClassName
{
color: #A57B1E;
}
.AnyTagClassName
{
color: #A57B1E;
}
</style>
background-color css
<style>
a { background-color: #A57B1E; }
a { background-color: rgb(165,123,30); }
div.DivClassName
{
background-color: #A57B1E;
}
.BgClassName
{
background-color: #A57B1E;
}
</style>
border-color css
<style>
span { border-color: #A57B1E; }
span { border-color: rgb(165,123,30); }
td.TdClassName
{
border-color: #A57B1E;
}
.TagClassName
{
border-color: #A57B1E;
}
</style>