Shades of Hacienda #A2800F
Tints of Hacienda #A2800F
RGB
CMYK
RGB Variations
Color information
#A2800F (or 0xA2800F) is known color: Hacienda. HEX triplet: A2, 80 and 0F. RGB value is (162,128,15). Sum of RGB (Red+Green+Blue) = 162+128+15=305 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.11% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 162 - color contains mainly: red. Hex color #A2800F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2800F is #5D7FF0. Grayscale: #7D7D7D. Windows color (decimal): -6127601 or 1015970. OLE color: 1015970.
HSL color Cylindrical-coordinate representation of color #A2800F: hue angle of 46.12º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A2800F is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 128 | 15 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.36 |
| HSL | 46.12º | 0.83% | 0.35% | - |
| HSV(B) | 46.12º | 0.91% | 0.64% | - |
| XYZ | 22.71 | 23.15 | 3.72 | - |
| YUV | 125.28 | 65.76 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 128 | 15 | 0 | 0.21 | 0.91 | 0.36 | 46.12 | 0.83 | 0.35 |
| Hex | A2 | 80 | F | 0 | 15 | 5B | 24 | 2E | 53 | 23 |
| Octal | 242 | 200 | 17 | 0 | 25 | 133 | 44 | 56 | 123 | 43 |
| Binary | 10100010 | 10000000 | 1111 | 0 | 10101 | 1011011 | 100100 | 101110 | 1010011 | 100011 |
Color Harmonies of #A2800F
Complementary color
Monochromatic Colors of #A2800F
Black with #A2800F
Text Example
Text Example
White with #A2800F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2800F; }
p { color: rgb(162,128,15); }
H1.HeaderClassName
{
color: #A2800F;
}
.AnyTagClassName
{
color: #A2800F;
}
</style>
background-color css
<style>
a { background-color: #A2800F; }
a { background-color: rgb(162,128,15); }
div.DivClassName
{
background-color: #A2800F;
}
.BgClassName
{
background-color: #A2800F;
}
</style>
border-color css
<style>
span { border-color: #A2800F; }
span { border-color: rgb(162,128,15); }
td.TdClassName
{
border-color: #A2800F;
}
.TagClassName
{
border-color: #A2800F;
}
</style>