Shades of Hacienda #A37D1A
Tints of Hacienda #A37D1A
RGB
CMYK
RGB Variations
Color information
#A37D1A (or 0xA37D1A) is known color: Hacienda. HEX triplet: A3, 7D and 1A. RGB value is (163,125,26). Sum of RGB (Red+Green+Blue) = 163+125+26=314 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.91% from 314); Green value is 125 (49.22% from 255 or 39.81% from 314); Blue value is 26 (10.55% from 255 or 8.28% from 314); Max value from RGB is 163 - color contains mainly: red. Hex color #A37D1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37D1A is #5C82E5. Grayscale: #7D7D7D. Windows color (decimal): -6062822 or 1736099. OLE color: 1736099.
HSL color Cylindrical-coordinate representation of color #A37D1A: hue angle of 43.36º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A37D1A is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 125 | 26 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.36 |
| HSL | 43.36º | 0.72% | 0.37% | - |
| HSV(B) | 43.36º | 0.84% | 0.64% | - |
| XYZ | 22.62 | 22.53 | 4.13 | - |
| YUV | 125.08 | 72.09 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 125 | 26 | 0 | 0.23 | 0.84 | 0.36 | 43.36 | 0.72 | 0.37 |
| Hex | A3 | 7D | 1A | 0 | 17 | 54 | 24 | 2B | 48 | 25 |
| Octal | 243 | 175 | 32 | 0 | 27 | 124 | 44 | 53 | 110 | 45 |
| Binary | 10100011 | 1111101 | 11010 | 0 | 10111 | 1010100 | 100100 | 101011 | 1001000 | 100101 |
Color Harmonies of #A37D1A
Complementary color
Monochromatic Colors of #A37D1A
Black with #A37D1A
Text Example
Text Example
White with #A37D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37D1A; }
p { color: rgb(163,125,26); }
H1.HeaderClassName
{
color: #A37D1A;
}
.AnyTagClassName
{
color: #A37D1A;
}
</style>
background-color css
<style>
a { background-color: #A37D1A; }
a { background-color: rgb(163,125,26); }
div.DivClassName
{
background-color: #A37D1A;
}
.BgClassName
{
background-color: #A37D1A;
}
</style>
border-color css
<style>
span { border-color: #A37D1A; }
span { border-color: rgb(163,125,26); }
td.TdClassName
{
border-color: #A37D1A;
}
.TagClassName
{
border-color: #A37D1A;
}
</style>