Shades of Hacienda #A68428
Tints of Hacienda #A68428
RGB
CMYK
RGB Variations
Color information
#A68428 (or 0xA68428) is known color: Hacienda. HEX triplet: A6, 84 and 28. RGB value is (166,132,40). Sum of RGB (Red+Green+Blue) = 166+132+40=338 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.11% from 338); Green value is 132 (51.95% from 255 or 39.05% from 338); Blue value is 40 (16.02% from 255 or 11.83% from 338); Max value from RGB is 166 - color contains mainly: red. Hex color #A68428 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68428 is #597BD7. Grayscale: #848484. Windows color (decimal): -5864408 or 2655398. OLE color: 2655398.
HSL color Cylindrical-coordinate representation of color #A68428: hue angle of 43.81º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A68428 is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 132 | 40 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.35 |
| HSL | 43.81º | 0.61% | 0.4% | - |
| HSV(B) | 43.81º | 0.76% | 0.65% | - |
| XYZ | 24.36 | 24.76 | 5.5 | - |
| YUV | 131.68 | 76.26 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 132 | 40 | 0 | 0.20 | 0.76 | 0.35 | 43.81 | 0.61 | 0.4 |
| Hex | A6 | 84 | 28 | 0 | 14 | 4C | 23 | 2C | 3D | 28 |
| Octal | 246 | 204 | 50 | 0 | 24 | 114 | 43 | 54 | 75 | 50 |
| Binary | 10100110 | 10000100 | 101000 | 0 | 10100 | 1001100 | 100011 | 101100 | 111101 | 101000 |
Color Harmonies of #A68428
Complementary color
Monochromatic Colors of #A68428
Black with #A68428
Text Example
Text Example
White with #A68428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68428; }
p { color: rgb(166,132,40); }
H1.HeaderClassName
{
color: #A68428;
}
.AnyTagClassName
{
color: #A68428;
}
</style>
background-color css
<style>
a { background-color: #A68428; }
a { background-color: rgb(166,132,40); }
div.DivClassName
{
background-color: #A68428;
}
.BgClassName
{
background-color: #A68428;
}
</style>
border-color css
<style>
span { border-color: #A68428; }
span { border-color: rgb(166,132,40); }
td.TdClassName
{
border-color: #A68428;
}
.TagClassName
{
border-color: #A68428;
}
</style>