Shades of Hacienda #A27B13
Tints of Hacienda #A27B13
RGB
CMYK
RGB Variations
Color information
#A27B13 (or 0xA27B13) is known color: Hacienda. HEX triplet: A2, 7B and 13. RGB value is (162,123,19). Sum of RGB (Red+Green+Blue) = 162+123+19=304 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.29% from 304); Green value is 123 (48.44% from 255 or 40.46% from 304); Blue value is 19 (7.81% from 255 or 6.25% from 304); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27B13 is #5D84EC. Grayscale: #7B7B7B. Windows color (decimal): -6128877 or 1276834. OLE color: 1276834.
HSL color Cylindrical-coordinate representation of color #A27B13: hue angle of 43.64º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A27B13 is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 123 | 19 | - |
| CMYK | 0 | 0.24 | 0.88 | 0.36 |
| HSL | 43.64º | 0.79% | 0.35% | - |
| HSV(B) | 43.64º | 0.88% | 0.64% | - |
| XYZ | 22.1 | 21.89 | 3.68 | - |
| YUV | 122.81 | 69.42 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 123 | 19 | 0 | 0.24 | 0.88 | 0.36 | 43.64 | 0.79 | 0.35 |
| Hex | A2 | 7B | 13 | 0 | 18 | 58 | 24 | 2C | 4F | 23 |
| Octal | 242 | 173 | 23 | 0 | 30 | 130 | 44 | 54 | 117 | 43 |
| Binary | 10100010 | 1111011 | 10011 | 0 | 11000 | 1011000 | 100100 | 101100 | 1001111 | 100011 |
Color Harmonies of #A27B13
Complementary color
Monochromatic Colors of #A27B13
Black with #A27B13
Text Example
Text Example
White with #A27B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27B13; }
p { color: rgb(162,123,19); }
H1.HeaderClassName
{
color: #A27B13;
}
.AnyTagClassName
{
color: #A27B13;
}
</style>
background-color css
<style>
a { background-color: #A27B13; }
a { background-color: rgb(162,123,19); }
div.DivClassName
{
background-color: #A27B13;
}
.BgClassName
{
background-color: #A27B13;
}
</style>
border-color css
<style>
span { border-color: #A27B13; }
span { border-color: rgb(162,123,19); }
td.TdClassName
{
border-color: #A27B13;
}
.TagClassName
{
border-color: #A27B13;
}
</style>