Shades of Hacienda #A27D1F
Tints of Hacienda #A27D1F
RGB
CMYK
RGB Variations
Color information
#A27D1F (or 0xA27D1F) is known color: Hacienda. HEX triplet: A2, 7D and 1F. RGB value is (162,125,31). Sum of RGB (Red+Green+Blue) = 162+125+31=318 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.94% from 318); Green value is 125 (49.22% from 255 or 39.31% from 318); Blue value is 31 (12.5% from 255 or 9.75% from 318); Max value from RGB is 162 - color contains mainly: red. Hex color #A27D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27D1F is #5D82E0. Grayscale: #7D7D7D. Windows color (decimal): -6128353 or 2063778. OLE color: 2063778.
HSL color Cylindrical-coordinate representation of color #A27D1F: hue angle of 43.05º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A27D1F is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 125 | 31 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.36 |
| HSL | 43.05º | 0.68% | 0.38% | - |
| HSV(B) | 43.05º | 0.81% | 0.64% | - |
| XYZ | 22.48 | 22.45 | 4.44 | - |
| YUV | 125.35 | 74.76 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 125 | 31 | 0 | 0.23 | 0.81 | 0.36 | 43.05 | 0.68 | 0.38 |
| Hex | A2 | 7D | 1F | 0 | 17 | 51 | 24 | 2B | 44 | 26 |
| Octal | 242 | 175 | 37 | 0 | 27 | 121 | 44 | 53 | 104 | 46 |
| Binary | 10100010 | 1111101 | 11111 | 0 | 10111 | 1010001 | 100100 | 101011 | 1000100 | 100110 |
Color Harmonies of #A27D1F
Complementary color
Monochromatic Colors of #A27D1F
Black with #A27D1F
Text Example
Text Example
White with #A27D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27D1F; }
p { color: rgb(162,125,31); }
H1.HeaderClassName
{
color: #A27D1F;
}
.AnyTagClassName
{
color: #A27D1F;
}
</style>
background-color css
<style>
a { background-color: #A27D1F; }
a { background-color: rgb(162,125,31); }
div.DivClassName
{
background-color: #A27D1F;
}
.BgClassName
{
background-color: #A27D1F;
}
</style>
border-color css
<style>
span { border-color: #A27D1F; }
span { border-color: rgb(162,125,31); }
td.TdClassName
{
border-color: #A27D1F;
}
.TagClassName
{
border-color: #A27D1F;
}
</style>