Shades of Hacienda #A38010
Tints of Hacienda #A38010
RGB
CMYK
RGB Variations
Color information
#A38010 (or 0xA38010) is known color: Hacienda. HEX triplet: A3, 80 and 10. RGB value is (163,128,16). Sum of RGB (Red+Green+Blue) = 163+128+16=307 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.09% from 307); Green value is 128 (50.39% from 255 or 41.69% from 307); Blue value is 16 (6.64% from 255 or 5.21% from 307); Max value from RGB is 163 - color contains mainly: red. Hex color #A38010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38010 is #5C7FEF. Grayscale: #7E7E7E. Windows color (decimal): -6062064 or 1081507. OLE color: 1081507.
HSL color Cylindrical-coordinate representation of color #A38010: hue angle of 45.71º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A38010 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 128 | 16 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.36 |
| HSL | 45.71º | 0.82% | 0.35% | - |
| HSV(B) | 45.71º | 0.9% | 0.64% | - |
| XYZ | 22.92 | 23.26 | 3.77 | - |
| YUV | 125.7 | 66.1 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 128 | 16 | 0 | 0.21 | 0.90 | 0.36 | 45.71 | 0.82 | 0.35 |
| Hex | A3 | 80 | 10 | 0 | 15 | 5A | 24 | 2E | 52 | 23 |
| Octal | 243 | 200 | 20 | 0 | 25 | 132 | 44 | 56 | 122 | 43 |
| Binary | 10100011 | 10000000 | 10000 | 0 | 10101 | 1011010 | 100100 | 101110 | 1010010 | 100011 |
Color Harmonies of #A38010
Complementary color
Monochromatic Colors of #A38010
Black with #A38010
Text Example
Text Example
White with #A38010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38010; }
p { color: rgb(163,128,16); }
H1.HeaderClassName
{
color: #A38010;
}
.AnyTagClassName
{
color: #A38010;
}
</style>
background-color css
<style>
a { background-color: #A38010; }
a { background-color: rgb(163,128,16); }
div.DivClassName
{
background-color: #A38010;
}
.BgClassName
{
background-color: #A38010;
}
</style>
border-color css
<style>
span { border-color: #A38010; }
span { border-color: rgb(163,128,16); }
td.TdClassName
{
border-color: #A38010;
}
.TagClassName
{
border-color: #A38010;
}
</style>