Shades of Hacienda #A2800D
Tints of Hacienda #A2800D
RGB
CMYK
RGB Variations
Color information
#A2800D (or 0xA2800D) is known color: Hacienda. HEX triplet: A2, 80 and 0D. RGB value is (162,128,13). Sum of RGB (Red+Green+Blue) = 162+128+13=303 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.47% from 303); Green value is 128 (50.39% from 255 or 42.24% from 303); Blue value is 13 (5.47% from 255 or 4.29% from 303); Max value from RGB is 162 - color contains mainly: red. Hex color #A2800D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2800D is #5D7FF2. Grayscale: #7D7D7D. Windows color (decimal): -6127603 or 884898. OLE color: 884898.
HSL color Cylindrical-coordinate representation of color #A2800D: hue angle of 46.31º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A2800D is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 128 | 13 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.36 |
| HSL | 46.31º | 0.85% | 0.34% | - |
| HSV(B) | 46.31º | 0.92% | 0.64% | - |
| XYZ | 22.69 | 23.15 | 3.65 | - |
| YUV | 125.06 | 64.76 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 128 | 13 | 0 | 0.21 | 0.92 | 0.36 | 46.31 | 0.85 | 0.34 |
| Hex | A2 | 80 | D | 0 | 15 | 5C | 24 | 2E | 55 | 22 |
| Octal | 242 | 200 | 15 | 0 | 25 | 134 | 44 | 56 | 125 | 42 |
| Binary | 10100010 | 10000000 | 1101 | 0 | 10101 | 1011100 | 100100 | 101110 | 1010101 | 100010 |
Color Harmonies of #A2800D
Complementary color
Monochromatic Colors of #A2800D
Black with #A2800D
Text Example
Text Example
White with #A2800D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2800D; }
p { color: rgb(162,128,13); }
H1.HeaderClassName
{
color: #A2800D;
}
.AnyTagClassName
{
color: #A2800D;
}
</style>
background-color css
<style>
a { background-color: #A2800D; }
a { background-color: rgb(162,128,13); }
div.DivClassName
{
background-color: #A2800D;
}
.BgClassName
{
background-color: #A2800D;
}
</style>
border-color css
<style>
span { border-color: #A2800D; }
span { border-color: rgb(162,128,13); }
td.TdClassName
{
border-color: #A2800D;
}
.TagClassName
{
border-color: #A2800D;
}
</style>