Shades of Hacienda #A37D25
Tints of Hacienda #A37D25
RGB
CMYK
RGB Variations
Color information
#A37D25 (or 0xA37D25) is known color: Hacienda. HEX triplet: A3, 7D and 25. RGB value is (163,125,37). Sum of RGB (Red+Green+Blue) = 163+125+37=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 37 (14.84% from 255 or 11.38% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A37D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37D25 is #5C82DA. Grayscale: #7E7E7E. Windows color (decimal): -6062811 or 2456995. OLE color: 2456995.
HSL color Cylindrical-coordinate representation of color #A37D25: hue angle of 41.9º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A37D25 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 125 | 37 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.36 |
| HSL | 41.9º | 0.63% | 0.39% | - |
| HSV(B) | 41.9º | 0.77% | 0.64% | - |
| XYZ | 22.77 | 22.59 | 4.91 | - |
| YUV | 126.33 | 77.59 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 125 | 37 | 0 | 0.23 | 0.77 | 0.36 | 41.9 | 0.63 | 0.39 |
| Hex | A3 | 7D | 25 | 0 | 17 | 4D | 24 | 2A | 3F | 27 |
| Octal | 243 | 175 | 45 | 0 | 27 | 115 | 44 | 52 | 77 | 47 |
| Binary | 10100011 | 1111101 | 100101 | 0 | 10111 | 1001101 | 100100 | 101010 | 111111 | 100111 |
Color Harmonies of #A37D25
Complementary color
Monochromatic Colors of #A37D25
Black with #A37D25
Text Example
Text Example
White with #A37D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37D25; }
p { color: rgb(163,125,37); }
H1.HeaderClassName
{
color: #A37D25;
}
.AnyTagClassName
{
color: #A37D25;
}
</style>
background-color css
<style>
a { background-color: #A37D25; }
a { background-color: rgb(163,125,37); }
div.DivClassName
{
background-color: #A37D25;
}
.BgClassName
{
background-color: #A37D25;
}
</style>
border-color css
<style>
span { border-color: #A37D25; }
span { border-color: rgb(163,125,37); }
td.TdClassName
{
border-color: #A37D25;
}
.TagClassName
{
border-color: #A37D25;
}
</style>