Shades of Hacienda #A38019
Tints of Hacienda #A38019
RGB
CMYK
RGB Variations
Color information
#A38019 (or 0xA38019) is known color: Hacienda. HEX triplet: A3, 80 and 19. RGB value is (163,128,25). Sum of RGB (Red+Green+Blue) = 163+128+25=316 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.58% from 316); Green value is 128 (50.39% from 255 or 40.51% from 316); Blue value is 25 (10.16% from 255 or 7.91% from 316); Max value from RGB is 163 - color contains mainly: red. Hex color #A38019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38019 is #5C7FE6. Grayscale: #7F7F7F. Windows color (decimal): -6062055 or 1671331. OLE color: 1671331.
HSL color Cylindrical-coordinate representation of color #A38019: hue angle of 44.78º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A38019 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 128 | 25 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.36 |
| HSL | 44.78º | 0.73% | 0.37% | - |
| HSV(B) | 44.78º | 0.85% | 0.64% | - |
| XYZ | 23 | 23.3 | 4.2 | - |
| YUV | 126.72 | 70.6 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 128 | 25 | 0 | 0.21 | 0.85 | 0.36 | 44.78 | 0.73 | 0.37 |
| Hex | A3 | 80 | 19 | 0 | 15 | 55 | 24 | 2D | 49 | 25 |
| Octal | 243 | 200 | 31 | 0 | 25 | 125 | 44 | 55 | 111 | 45 |
| Binary | 10100011 | 10000000 | 11001 | 0 | 10101 | 1010101 | 100100 | 101101 | 1001001 | 100101 |
Color Harmonies of #A38019
Complementary color
Monochromatic Colors of #A38019
Black with #A38019
Text Example
Text Example
White with #A38019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38019; }
p { color: rgb(163,128,25); }
H1.HeaderClassName
{
color: #A38019;
}
.AnyTagClassName
{
color: #A38019;
}
</style>
background-color css
<style>
a { background-color: #A38019; }
a { background-color: rgb(163,128,25); }
div.DivClassName
{
background-color: #A38019;
}
.BgClassName
{
background-color: #A38019;
}
</style>
border-color css
<style>
span { border-color: #A38019; }
span { border-color: rgb(163,128,25); }
td.TdClassName
{
border-color: #A38019;
}
.TagClassName
{
border-color: #A38019;
}
</style>