Shades of Hacienda #A3802D
Tints of Hacienda #A3802D
RGB
CMYK
RGB Variations
Color information
#A3802D (or 0xA3802D) is known color: Hacienda. HEX triplet: A3, 80 and 2D. RGB value is (163,128,45). Sum of RGB (Red+Green+Blue) = 163+128+45=336 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.51% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 45 (17.97% from 255 or 13.39% from 336); Max value from RGB is 163 - color contains mainly: red. Hex color #A3802D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3802D is #5C7FD2. Grayscale: #818181. Windows color (decimal): -6062035 or 2982051. OLE color: 2982051.
HSL color Cylindrical-coordinate representation of color #A3802D: hue angle of 42.2º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A3802D is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 128 | 45 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.36 |
| HSL | 42.2º | 0.57% | 0.41% | - |
| HSV(B) | 42.2º | 0.72% | 0.64% | - |
| XYZ | 23.3 | 23.41 | 5.77 | - |
| YUV | 129 | 80.6 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 128 | 45 | 0 | 0.21 | 0.72 | 0.36 | 42.2 | 0.57 | 0.41 |
| Hex | A3 | 80 | 2D | 0 | 15 | 48 | 24 | 2A | 39 | 29 |
| Octal | 243 | 200 | 55 | 0 | 25 | 110 | 44 | 52 | 71 | 51 |
| Binary | 10100011 | 10000000 | 101101 | 0 | 10101 | 1001000 | 100100 | 101010 | 111001 | 101001 |
Color Harmonies of #A3802D
Complementary color
Monochromatic Colors of #A3802D
Black with #A3802D
Text Example
Text Example
White with #A3802D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3802D; }
p { color: rgb(163,128,45); }
H1.HeaderClassName
{
color: #A3802D;
}
.AnyTagClassName
{
color: #A3802D;
}
</style>
background-color css
<style>
a { background-color: #A3802D; }
a { background-color: rgb(163,128,45); }
div.DivClassName
{
background-color: #A3802D;
}
.BgClassName
{
background-color: #A3802D;
}
</style>
border-color css
<style>
span { border-color: #A3802D; }
span { border-color: rgb(163,128,45); }
td.TdClassName
{
border-color: #A3802D;
}
.TagClassName
{
border-color: #A3802D;
}
</style>