Shades of Hacienda #A27B20
Tints of Hacienda #A27B20
RGB
CMYK
RGB Variations
Color information
#A27B20 (or 0xA27B20) is known color: Hacienda. HEX triplet: A2, 7B and 20. RGB value is (162,123,32). Sum of RGB (Red+Green+Blue) = 162+123+32=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 123 (48.44% from 255 or 38.80% from 317); Blue value is 32 (12.89% from 255 or 10.09% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27B20 is #5D84DF. Grayscale: #7C7C7C. Windows color (decimal): -6128864 or 2128802. OLE color: 2128802.
HSL color Cylindrical-coordinate representation of color #A27B20: hue angle of 42º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A27B20 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 123 | 32 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.36 |
| HSL | 42º | 0.67% | 0.38% | - |
| HSV(B) | 42º | 0.8% | 0.64% | - |
| XYZ | 22.24 | 21.95 | 4.43 | - |
| YUV | 124.29 | 75.92 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 123 | 32 | 0 | 0.24 | 0.80 | 0.36 | 42 | 0.67 | 0.38 |
| Hex | A2 | 7B | 20 | 0 | 18 | 50 | 24 | 2A | 43 | 26 |
| Octal | 242 | 173 | 40 | 0 | 30 | 120 | 44 | 52 | 103 | 46 |
| Binary | 10100010 | 1111011 | 100000 | 0 | 11000 | 1010000 | 100100 | 101010 | 1000011 | 100110 |
Color Harmonies of #A27B20
Complementary color
Monochromatic Colors of #A27B20
Black with #A27B20
Text Example
Text Example
White with #A27B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27B20; }
p { color: rgb(162,123,32); }
H1.HeaderClassName
{
color: #A27B20;
}
.AnyTagClassName
{
color: #A27B20;
}
</style>
background-color css
<style>
a { background-color: #A27B20; }
a { background-color: rgb(162,123,32); }
div.DivClassName
{
background-color: #A27B20;
}
.BgClassName
{
background-color: #A27B20;
}
</style>
border-color css
<style>
span { border-color: #A27B20; }
span { border-color: rgb(162,123,32); }
td.TdClassName
{
border-color: #A27B20;
}
.TagClassName
{
border-color: #A27B20;
}
</style>