Shades of Hacienda #A27B19
Tints of Hacienda #A27B19
RGB
CMYK
RGB Variations
Color information
#A27B19 (or 0xA27B19) is known color: Hacienda. HEX triplet: A2, 7B and 19. RGB value is (162,123,25). Sum of RGB (Red+Green+Blue) = 162+123+25=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 123 (48.44% from 255 or 39.68% from 310); Blue value is 25 (10.16% from 255 or 8.06% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27B19 is #5D84E6. Grayscale: #7B7B7B. Windows color (decimal): -6128871 or 1670050. OLE color: 1670050.
HSL color Cylindrical-coordinate representation of color #A27B19: hue angle of 42.92º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A27B19 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 123 | 25 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.36 |
| HSL | 42.92º | 0.73% | 0.37% | - |
| HSV(B) | 42.92º | 0.85% | 0.64% | - |
| XYZ | 22.16 | 21.92 | 3.98 | - |
| YUV | 123.49 | 72.42 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 123 | 25 | 0 | 0.24 | 0.85 | 0.36 | 42.92 | 0.73 | 0.37 |
| Hex | A2 | 7B | 19 | 0 | 18 | 55 | 24 | 2B | 49 | 25 |
| Octal | 242 | 173 | 31 | 0 | 30 | 125 | 44 | 53 | 111 | 45 |
| Binary | 10100010 | 1111011 | 11001 | 0 | 11000 | 1010101 | 100100 | 101011 | 1001001 | 100101 |
Color Harmonies of #A27B19
Complementary color
Monochromatic Colors of #A27B19
Black with #A27B19
Text Example
Text Example
White with #A27B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27B19; }
p { color: rgb(162,123,25); }
H1.HeaderClassName
{
color: #A27B19;
}
.AnyTagClassName
{
color: #A27B19;
}
</style>
background-color css
<style>
a { background-color: #A27B19; }
a { background-color: rgb(162,123,25); }
div.DivClassName
{
background-color: #A27B19;
}
.BgClassName
{
background-color: #A27B19;
}
</style>
border-color css
<style>
span { border-color: #A27B19; }
span { border-color: rgb(162,123,25); }
td.TdClassName
{
border-color: #A27B19;
}
.TagClassName
{
border-color: #A27B19;
}
</style>