Shades of Hacienda #A37F17
Tints of Hacienda #A37F17
RGB
CMYK
RGB Variations
Color information
#A37F17 (or 0xA37F17) is known color: Hacienda. HEX triplet: A3, 7F and 17. RGB value is (163,127,23). Sum of RGB (Red+Green+Blue) = 163+127+23=313 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.08% from 313); Green value is 127 (50% from 255 or 40.58% from 313); Blue value is 23 (9.38% from 255 or 7.35% from 313); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37F17 is #5C80E8. Grayscale: #7E7E7E. Windows color (decimal): -6062313 or 1540003. OLE color: 1540003.
HSL color Cylindrical-coordinate representation of color #A37F17: hue angle of 44.57º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A37F17 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 127 | 23 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.36 |
| HSL | 44.57º | 0.75% | 0.36% | - |
| HSV(B) | 44.57º | 0.86% | 0.64% | - |
| XYZ | 22.85 | 23.03 | 4.05 | - |
| YUV | 125.91 | 69.93 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 127 | 23 | 0 | 0.22 | 0.86 | 0.36 | 44.57 | 0.75 | 0.36 |
| Hex | A3 | 7F | 17 | 0 | 16 | 56 | 24 | 2D | 4B | 24 |
| Octal | 243 | 177 | 27 | 0 | 26 | 126 | 44 | 55 | 113 | 44 |
| Binary | 10100011 | 1111111 | 10111 | 0 | 10110 | 1010110 | 100100 | 101101 | 1001011 | 100100 |
Color Harmonies of #A37F17
Complementary color
Monochromatic Colors of #A37F17
Black with #A37F17
Text Example
Text Example
White with #A37F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37F17; }
p { color: rgb(163,127,23); }
H1.HeaderClassName
{
color: #A37F17;
}
.AnyTagClassName
{
color: #A37F17;
}
</style>
background-color css
<style>
a { background-color: #A37F17; }
a { background-color: rgb(163,127,23); }
div.DivClassName
{
background-color: #A37F17;
}
.BgClassName
{
background-color: #A37F17;
}
</style>
border-color css
<style>
span { border-color: #A37F17; }
span { border-color: rgb(163,127,23); }
td.TdClassName
{
border-color: #A37F17;
}
.TagClassName
{
border-color: #A37F17;
}
</style>