Shades of Hacienda #A48A17
Tints of Hacienda #A48A17
RGB
CMYK
RGB Variations
Color information
#A48A17 (or 0xA48A17) is known color: Hacienda. HEX triplet: A4, 8A and 17. RGB value is (164,138,23). Sum of RGB (Red+Green+Blue) = 164+138+23=325 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.46% from 325); Green value is 138 (54.30% from 255 or 42.46% from 325); Blue value is 23 (9.38% from 255 or 7.08% from 325); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48A17 is #5B75E8. Grayscale: #858585. Windows color (decimal): -5993961 or 1542820. OLE color: 1542820.
HSL color Cylindrical-coordinate representation of color #A48A17: hue angle of 48.94º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A48A17 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 138 | 23 | - |
| CMYK | 0 | 0.16 | 0.86 | 0.36 |
| HSL | 48.94º | 0.75% | 0.37% | - |
| HSV(B) | 48.94º | 0.86% | 0.64% | - |
| XYZ | 24.55 | 26.13 | 4.56 | - |
| YUV | 132.66 | 66.11 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 138 | 23 | 0 | 0.16 | 0.86 | 0.36 | 48.94 | 0.75 | 0.37 |
| Hex | A4 | 8A | 17 | 0 | 10 | 56 | 24 | 31 | 4B | 25 |
| Octal | 244 | 212 | 27 | 0 | 20 | 126 | 44 | 61 | 113 | 45 |
| Binary | 10100100 | 10001010 | 10111 | 0 | 10000 | 1010110 | 100100 | 110001 | 1001011 | 100101 |
Color Harmonies of #A48A17
Complementary color
Monochromatic Colors of #A48A17
Black with #A48A17
Text Example
Text Example
White with #A48A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48A17; }
p { color: rgb(164,138,23); }
H1.HeaderClassName
{
color: #A48A17;
}
.AnyTagClassName
{
color: #A48A17;
}
</style>
background-color css
<style>
a { background-color: #A48A17; }
a { background-color: rgb(164,138,23); }
div.DivClassName
{
background-color: #A48A17;
}
.BgClassName
{
background-color: #A48A17;
}
</style>
border-color css
<style>
span { border-color: #A48A17; }
span { border-color: rgb(164,138,23); }
td.TdClassName
{
border-color: #A48A17;
}
.TagClassName
{
border-color: #A48A17;
}
</style>