Shades of Hacienda #A17F30
Tints of Hacienda #A17F30
RGB
CMYK
RGB Variations
Color information
#A17F30 (or 0xA17F30) is known color: Hacienda. HEX triplet: A1, 7F and 30. RGB value is (161,127,48). Sum of RGB (Red+Green+Blue) = 161+127+48=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 48 (19.14% from 255 or 14.29% from 336); Max value from RGB is 161 - color contains mainly: red. Hex color #A17F30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17F30 is #5E80CF. Grayscale: #808080. Windows color (decimal): -6193360 or 3178401. OLE color: 3178401.
HSL color Cylindrical-coordinate representation of color #A17F30: hue angle of 41.95º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A17F30 is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 127 | 48 | - |
| CMYK | 0 | 0.21 | 0.70 | 0.37 |
| HSL | 41.95º | 0.54% | 0.41% | - |
| HSV(B) | 41.95º | 0.7% | 0.63% | - |
| XYZ | 22.82 | 22.97 | 6.03 | - |
| YUV | 128.16 | 82.76 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 127 | 48 | 0 | 0.21 | 0.70 | 0.37 | 41.95 | 0.54 | 0.41 |
| Hex | A1 | 7F | 30 | 0 | 15 | 46 | 25 | 2A | 36 | 29 |
| Octal | 241 | 177 | 60 | 0 | 25 | 106 | 45 | 52 | 66 | 51 |
| Binary | 10100001 | 1111111 | 110000 | 0 | 10101 | 1000110 | 100101 | 101010 | 110110 | 101001 |
Color Harmonies of #A17F30
Complementary color
Monochromatic Colors of #A17F30
Black with #A17F30
Text Example
Text Example
White with #A17F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17F30; }
p { color: rgb(161,127,48); }
H1.HeaderClassName
{
color: #A17F30;
}
.AnyTagClassName
{
color: #A17F30;
}
</style>
background-color css
<style>
a { background-color: #A17F30; }
a { background-color: rgb(161,127,48); }
div.DivClassName
{
background-color: #A17F30;
}
.BgClassName
{
background-color: #A17F30;
}
</style>
border-color css
<style>
span { border-color: #A17F30; }
span { border-color: rgb(161,127,48); }
td.TdClassName
{
border-color: #A17F30;
}
.TagClassName
{
border-color: #A17F30;
}
</style>