Shades of Hacienda #A37F24
Tints of Hacienda #A37F24
RGB
CMYK
RGB Variations
Color information
#A37F24 (or 0xA37F24) is known color: Hacienda. HEX triplet: A3, 7F and 24. RGB value is (163,127,36). Sum of RGB (Red+Green+Blue) = 163+127+36=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 127 (50% from 255 or 38.96% from 326); Blue value is 36 (14.45% from 255 or 11.04% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37F24 is #5C80DB. Grayscale: #7F7F7F. Windows color (decimal): -6062300 or 2391971. OLE color: 2391971.
HSL color Cylindrical-coordinate representation of color #A37F24: hue angle of 42.99º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A37F24 is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 127 | 36 | - |
| CMYK | 0 | 0.22 | 0.78 | 0.36 |
| HSL | 42.99º | 0.64% | 0.39% | - |
| HSV(B) | 42.99º | 0.78% | 0.64% | - |
| XYZ | 23.01 | 23.09 | 4.91 | - |
| YUV | 127.39 | 76.43 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 127 | 36 | 0 | 0.22 | 0.78 | 0.36 | 42.99 | 0.64 | 0.39 |
| Hex | A3 | 7F | 24 | 0 | 16 | 4E | 24 | 2B | 40 | 27 |
| Octal | 243 | 177 | 44 | 0 | 26 | 116 | 44 | 53 | 100 | 47 |
| Binary | 10100011 | 1111111 | 100100 | 0 | 10110 | 1001110 | 100100 | 101011 | 1000000 | 100111 |
Color Harmonies of #A37F24
Complementary color
Monochromatic Colors of #A37F24
Black with #A37F24
Text Example
Text Example
White with #A37F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37F24; }
p { color: rgb(163,127,36); }
H1.HeaderClassName
{
color: #A37F24;
}
.AnyTagClassName
{
color: #A37F24;
}
</style>
background-color css
<style>
a { background-color: #A37F24; }
a { background-color: rgb(163,127,36); }
div.DivClassName
{
background-color: #A37F24;
}
.BgClassName
{
background-color: #A37F24;
}
</style>
border-color css
<style>
span { border-color: #A37F24; }
span { border-color: rgb(163,127,36); }
td.TdClassName
{
border-color: #A37F24;
}
.TagClassName
{
border-color: #A37F24;
}
</style>