Shades of Hacienda #A68521
Tints of Hacienda #A68521
RGB
CMYK
RGB Variations
Color information
#A68521 (or 0xA68521) is known color: Hacienda. HEX triplet: A6, 85 and 21. RGB value is (166,133,33). Sum of RGB (Red+Green+Blue) = 166+133+33=332 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 33 (13.28% from 255 or 9.94% from 332); Max value from RGB is 166 - color contains mainly: red. Hex color #A68521 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68521 is #597ADE. Grayscale: #838383. Windows color (decimal): -5864159 or 2196902. OLE color: 2196902.
HSL color Cylindrical-coordinate representation of color #A68521: hue angle of 45.11º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A68521 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 133 | 33 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.35 |
| HSL | 45.11º | 0.67% | 0.39% | - |
| HSV(B) | 45.11º | 0.8% | 0.65% | - |
| XYZ | 24.39 | 24.99 | 4.98 | - |
| YUV | 131.47 | 72.43 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 133 | 33 | 0 | 0.20 | 0.80 | 0.35 | 45.11 | 0.67 | 0.39 |
| Hex | A6 | 85 | 21 | 0 | 14 | 50 | 23 | 2D | 43 | 27 |
| Octal | 246 | 205 | 41 | 0 | 24 | 120 | 43 | 55 | 103 | 47 |
| Binary | 10100110 | 10000101 | 100001 | 0 | 10100 | 1010000 | 100011 | 101101 | 1000011 | 100111 |
Color Harmonies of #A68521
Complementary color
Monochromatic Colors of #A68521
Black with #A68521
Text Example
Text Example
White with #A68521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68521; }
p { color: rgb(166,133,33); }
H1.HeaderClassName
{
color: #A68521;
}
.AnyTagClassName
{
color: #A68521;
}
</style>
background-color css
<style>
a { background-color: #A68521; }
a { background-color: rgb(166,133,33); }
div.DivClassName
{
background-color: #A68521;
}
.BgClassName
{
background-color: #A68521;
}
</style>
border-color css
<style>
span { border-color: #A68521; }
span { border-color: rgb(166,133,33); }
td.TdClassName
{
border-color: #A68521;
}
.TagClassName
{
border-color: #A68521;
}
</style>