Shades of Hacienda #A27D17
Tints of Hacienda #A27D17
RGB
CMYK
RGB Variations
Color information
#A27D17 (or 0xA27D17) is known color: Hacienda. HEX triplet: A2, 7D and 17. RGB value is (162,125,23). Sum of RGB (Red+Green+Blue) = 162+125+23=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 23 (9.38% from 255 or 7.42% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A27D17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27D17 is #5D82E8. Grayscale: #7C7C7C. Windows color (decimal): -6128361 or 1539490. OLE color: 1539490.
HSL color Cylindrical-coordinate representation of color #A27D17: hue angle of 44.03º 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 #A27D17 is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 125 | 23 | - |
| CMYK | 0 | 0.23 | 0.86 | 0.36 |
| HSL | 44.03º | 0.75% | 0.36% | - |
| HSV(B) | 44.03º | 0.86% | 0.64% | - |
| XYZ | 22.39 | 22.41 | 3.96 | - |
| YUV | 124.44 | 70.76 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 125 | 23 | 0 | 0.23 | 0.86 | 0.36 | 44.03 | 0.75 | 0.36 |
| Hex | A2 | 7D | 17 | 0 | 17 | 56 | 24 | 2C | 4B | 24 |
| Octal | 242 | 175 | 27 | 0 | 27 | 126 | 44 | 54 | 113 | 44 |
| Binary | 10100010 | 1111101 | 10111 | 0 | 10111 | 1010110 | 100100 | 101100 | 1001011 | 100100 |
Color Harmonies of #A27D17
Complementary color
Monochromatic Colors of #A27D17
Black with #A27D17
Text Example
Text Example
White with #A27D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27D17; }
p { color: rgb(162,125,23); }
H1.HeaderClassName
{
color: #A27D17;
}
.AnyTagClassName
{
color: #A27D17;
}
</style>
background-color css
<style>
a { background-color: #A27D17; }
a { background-color: rgb(162,125,23); }
div.DivClassName
{
background-color: #A27D17;
}
.BgClassName
{
background-color: #A27D17;
}
</style>
border-color css
<style>
span { border-color: #A27D17; }
span { border-color: rgb(162,125,23); }
td.TdClassName
{
border-color: #A27D17;
}
.TagClassName
{
border-color: #A27D17;
}
</style>