Shades of Hacienda #A28519
Tints of Hacienda #A28519
RGB
CMYK
RGB Variations
Color information
#A28519 (or 0xA28519) is known color: Hacienda. HEX triplet: A2, 85 and 19. RGB value is (162,133,25). Sum of RGB (Red+Green+Blue) = 162+133+25=320 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.62% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 25 (10.16% from 255 or 7.81% from 320); Max value from RGB is 162 - color contains mainly: red. Hex color #A28519 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28519 is #5D7AE6. Grayscale: #818181. Windows color (decimal): -6126311 or 1672610. OLE color: 1672610.
HSL color Cylindrical-coordinate representation of color #A28519: hue angle of 47.3º 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 #A28519 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 133 | 25 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.36 |
| HSL | 47.3º | 0.73% | 0.37% | - |
| HSV(B) | 47.3º | 0.85% | 0.64% | - |
| XYZ | 23.46 | 24.53 | 4.42 | - |
| YUV | 129.36 | 69.11 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 133 | 25 | 0 | 0.18 | 0.85 | 0.36 | 47.3 | 0.73 | 0.37 |
| Hex | A2 | 85 | 19 | 0 | 12 | 55 | 24 | 2F | 49 | 25 |
| Octal | 242 | 205 | 31 | 0 | 22 | 125 | 44 | 57 | 111 | 45 |
| Binary | 10100010 | 10000101 | 11001 | 0 | 10010 | 1010101 | 100100 | 101111 | 1001001 | 100101 |
Color Harmonies of #A28519
Complementary color
Monochromatic Colors of #A28519
Black with #A28519
Text Example
Text Example
White with #A28519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28519; }
p { color: rgb(162,133,25); }
H1.HeaderClassName
{
color: #A28519;
}
.AnyTagClassName
{
color: #A28519;
}
</style>
background-color css
<style>
a { background-color: #A28519; }
a { background-color: rgb(162,133,25); }
div.DivClassName
{
background-color: #A28519;
}
.BgClassName
{
background-color: #A28519;
}
</style>
border-color css
<style>
span { border-color: #A28519; }
span { border-color: rgb(162,133,25); }
td.TdClassName
{
border-color: #A28519;
}
.TagClassName
{
border-color: #A28519;
}
</style>