Shades of Hacienda #A27A17
Tints of Hacienda #A27A17
RGB
CMYK
RGB Variations
Color information
#A27A17 (or 0xA27A17) is known color: Hacienda. HEX triplet: A2, 7A and 17. RGB value is (162,122,23). Sum of RGB (Red+Green+Blue) = 162+122+23=307 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.77% from 307); Green value is 122 (48.05% from 255 or 39.74% from 307); Blue value is 23 (9.38% from 255 or 7.49% from 307); Max value from RGB is 162 - color contains mainly: red. Hex color #A27A17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27A17 is #5D85E8. Grayscale: #7B7B7B. Windows color (decimal): -6129129 or 1538722. OLE color: 1538722.
HSL color Cylindrical-coordinate representation of color #A27A17: hue angle of 42.73º 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 #A27A17 is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 122 | 23 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.36 |
| HSL | 42.73º | 0.75% | 0.36% | - |
| HSV(B) | 42.73º | 0.86% | 0.64% | - |
| XYZ | 22.01 | 21.66 | 3.83 | - |
| YUV | 122.67 | 71.75 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 122 | 23 | 0 | 0.25 | 0.86 | 0.36 | 42.73 | 0.75 | 0.36 |
| Hex | A2 | 7A | 17 | 0 | 19 | 56 | 24 | 2B | 4B | 24 |
| Octal | 242 | 172 | 27 | 0 | 31 | 126 | 44 | 53 | 113 | 44 |
| Binary | 10100010 | 1111010 | 10111 | 0 | 11001 | 1010110 | 100100 | 101011 | 1001011 | 100100 |
Color Harmonies of #A27A17
Complementary color
Monochromatic Colors of #A27A17
Black with #A27A17
Text Example
Text Example
White with #A27A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27A17; }
p { color: rgb(162,122,23); }
H1.HeaderClassName
{
color: #A27A17;
}
.AnyTagClassName
{
color: #A27A17;
}
</style>
background-color css
<style>
a { background-color: #A27A17; }
a { background-color: rgb(162,122,23); }
div.DivClassName
{
background-color: #A27A17;
}
.BgClassName
{
background-color: #A27A17;
}
</style>
border-color css
<style>
span { border-color: #A27A17; }
span { border-color: rgb(162,122,23); }
td.TdClassName
{
border-color: #A27A17;
}
.TagClassName
{
border-color: #A27A17;
}
</style>