Shades of Hacienda #A37F10
Tints of Hacienda #A37F10
RGB
CMYK
RGB Variations
Color information
#A37F10 (or 0xA37F10) is known color: Hacienda. HEX triplet: A3, 7F and 10. RGB value is (163,127,16). Sum of RGB (Red+Green+Blue) = 163+127+16=306 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.27% from 306); Green value is 127 (50% from 255 or 41.50% from 306); Blue value is 16 (6.64% from 255 or 5.23% from 306); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37F10 is #5C80EF. Grayscale: #7D7D7D. Windows color (decimal): -6062320 or 1081251. OLE color: 1081251.
HSL color Cylindrical-coordinate representation of color #A37F10: hue angle of 45.31º 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 #A37F10 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 127 | 16 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.36 |
| HSL | 45.31º | 0.82% | 0.35% | - |
| HSV(B) | 45.31º | 0.9% | 0.64% | - |
| XYZ | 22.79 | 23 | 3.73 | - |
| YUV | 125.11 | 66.43 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 127 | 16 | 0 | 0.22 | 0.90 | 0.36 | 45.31 | 0.82 | 0.35 |
| Hex | A3 | 7F | 10 | 0 | 16 | 5A | 24 | 2D | 52 | 23 |
| Octal | 243 | 177 | 20 | 0 | 26 | 132 | 44 | 55 | 122 | 43 |
| Binary | 10100011 | 1111111 | 10000 | 0 | 10110 | 1011010 | 100100 | 101101 | 1010010 | 100011 |
Color Harmonies of #A37F10
Complementary color
Monochromatic Colors of #A37F10
Black with #A37F10
Text Example
Text Example
White with #A37F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37F10; }
p { color: rgb(163,127,16); }
H1.HeaderClassName
{
color: #A37F10;
}
.AnyTagClassName
{
color: #A37F10;
}
</style>
background-color css
<style>
a { background-color: #A37F10; }
a { background-color: rgb(163,127,16); }
div.DivClassName
{
background-color: #A37F10;
}
.BgClassName
{
background-color: #A37F10;
}
</style>
border-color css
<style>
span { border-color: #A37F10; }
span { border-color: rgb(163,127,16); }
td.TdClassName
{
border-color: #A37F10;
}
.TagClassName
{
border-color: #A37F10;
}
</style>