Shades of Hacienda #A27A1F
Tints of Hacienda #A27A1F
RGB
CMYK
RGB Variations
Color information
#A27A1F (or 0xA27A1F) is known color: Hacienda. HEX triplet: A2, 7A and 1F. RGB value is (162,122,31). Sum of RGB (Red+Green+Blue) = 162+122+31=315 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.43% from 315); Green value is 122 (48.05% from 255 or 38.73% from 315); Blue value is 31 (12.5% from 255 or 9.84% from 315); Max value from RGB is 162 - color contains mainly: red. Hex color #A27A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27A1F is #5D85E0. Grayscale: #7B7B7B. Windows color (decimal): -6129121 or 2063010. OLE color: 2063010.
HSL color Cylindrical-coordinate representation of color #A27A1F: hue angle of 41.68º 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 #A27A1F is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 122 | 31 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.36 |
| HSL | 41.68º | 0.68% | 0.38% | - |
| HSV(B) | 41.68º | 0.81% | 0.64% | - |
| XYZ | 22.11 | 21.7 | 4.32 | - |
| YUV | 123.59 | 75.75 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 122 | 31 | 0 | 0.25 | 0.81 | 0.36 | 41.68 | 0.68 | 0.38 |
| Hex | A2 | 7A | 1F | 0 | 19 | 51 | 24 | 2A | 44 | 26 |
| Octal | 242 | 172 | 37 | 0 | 31 | 121 | 44 | 52 | 104 | 46 |
| Binary | 10100010 | 1111010 | 11111 | 0 | 11001 | 1010001 | 100100 | 101010 | 1000100 | 100110 |
Color Harmonies of #A27A1F
Complementary color
Monochromatic Colors of #A27A1F
Black with #A27A1F
Text Example
Text Example
White with #A27A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27A1F; }
p { color: rgb(162,122,31); }
H1.HeaderClassName
{
color: #A27A1F;
}
.AnyTagClassName
{
color: #A27A1F;
}
</style>
background-color css
<style>
a { background-color: #A27A1F; }
a { background-color: rgb(162,122,31); }
div.DivClassName
{
background-color: #A27A1F;
}
.BgClassName
{
background-color: #A27A1F;
}
</style>
border-color css
<style>
span { border-color: #A27A1F; }
span { border-color: rgb(162,122,31); }
td.TdClassName
{
border-color: #A27A1F;
}
.TagClassName
{
border-color: #A27A1F;
}
</style>