Shades of Hacienda #A68227
Tints of Hacienda #A68227
RGB
CMYK
RGB Variations
Color information
#A68227 (or 0xA68227) is known color: Hacienda. HEX triplet: A6, 82 and 27. RGB value is (166,130,39). Sum of RGB (Red+Green+Blue) = 166+130+39=335 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.55% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 39 (15.62% from 255 or 11.64% from 335); Max value from RGB is 166 - color contains mainly: red. Hex color #A68227 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68227 is #597DD8. Grayscale: #828282. Windows color (decimal): -5864921 or 2589350. OLE color: 2589350.
HSL color Cylindrical-coordinate representation of color #A68227: hue angle of 42.99º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A68227 is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 130 | 39 | - |
| CMYK | 0 | 0.22 | 0.77 | 0.35 |
| HSL | 42.99º | 0.62% | 0.4% | - |
| HSV(B) | 42.99º | 0.77% | 0.65% | - |
| XYZ | 24.07 | 24.22 | 5.33 | - |
| YUV | 130.39 | 76.43 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 130 | 39 | 0 | 0.22 | 0.77 | 0.35 | 42.99 | 0.62 | 0.4 |
| Hex | A6 | 82 | 27 | 0 | 16 | 4D | 23 | 2B | 3E | 28 |
| Octal | 246 | 202 | 47 | 0 | 26 | 115 | 43 | 53 | 76 | 50 |
| Binary | 10100110 | 10000010 | 100111 | 0 | 10110 | 1001101 | 100011 | 101011 | 111110 | 101000 |
Color Harmonies of #A68227
Complementary color
Monochromatic Colors of #A68227
Black with #A68227
Text Example
Text Example
White with #A68227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68227; }
p { color: rgb(166,130,39); }
H1.HeaderClassName
{
color: #A68227;
}
.AnyTagClassName
{
color: #A68227;
}
</style>
background-color css
<style>
a { background-color: #A68227; }
a { background-color: rgb(166,130,39); }
div.DivClassName
{
background-color: #A68227;
}
.BgClassName
{
background-color: #A68227;
}
</style>
border-color css
<style>
span { border-color: #A68227; }
span { border-color: rgb(166,130,39); }
td.TdClassName
{
border-color: #A68227;
}
.TagClassName
{
border-color: #A68227;
}
</style>