Shades of Hacienda #A27B26
Tints of Hacienda #A27B26
RGB
CMYK
RGB Variations
Color information
#A27B26 (or 0xA27B26) is known color: Hacienda. HEX triplet: A2, 7B and 26. RGB value is (162,123,38). Sum of RGB (Red+Green+Blue) = 162+123+38=323 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.15% from 323); Green value is 123 (48.44% from 255 or 38.08% from 323); Blue value is 38 (15.23% from 255 or 11.76% from 323); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27B26 is #5D84D9. Grayscale: #7D7D7D. Windows color (decimal): -6128858 or 2522018. OLE color: 2522018.
HSL color Cylindrical-coordinate representation of color #A27B26: hue angle of 41.13º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A27B26 is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 123 | 38 | - |
| CMYK | 0 | 0.24 | 0.77 | 0.36 |
| HSL | 41.13º | 0.62% | 0.39% | - |
| HSV(B) | 41.13º | 0.77% | 0.64% | - |
| XYZ | 22.33 | 21.99 | 4.9 | - |
| YUV | 124.97 | 78.92 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 123 | 38 | 0 | 0.24 | 0.77 | 0.36 | 41.13 | 0.62 | 0.39 |
| Hex | A2 | 7B | 26 | 0 | 18 | 4D | 24 | 29 | 3E | 27 |
| Octal | 242 | 173 | 46 | 0 | 30 | 115 | 44 | 51 | 76 | 47 |
| Binary | 10100010 | 1111011 | 100110 | 0 | 11000 | 1001101 | 100100 | 101001 | 111110 | 100111 |
Color Harmonies of #A27B26
Complementary color
Monochromatic Colors of #A27B26
Black with #A27B26
Text Example
Text Example
White with #A27B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27B26; }
p { color: rgb(162,123,38); }
H1.HeaderClassName
{
color: #A27B26;
}
.AnyTagClassName
{
color: #A27B26;
}
</style>
background-color css
<style>
a { background-color: #A27B26; }
a { background-color: rgb(162,123,38); }
div.DivClassName
{
background-color: #A27B26;
}
.BgClassName
{
background-color: #A27B26;
}
</style>
border-color css
<style>
span { border-color: #A27B26; }
span { border-color: rgb(162,123,38); }
td.TdClassName
{
border-color: #A27B26;
}
.TagClassName
{
border-color: #A27B26;
}
</style>