Shades of Hacienda #A68223
Tints of Hacienda #A68223
RGB
CMYK
RGB Variations
Color information
#A68223 (or 0xA68223) is known color: Hacienda. HEX triplet: A6, 82 and 23. RGB value is (166,130,35). Sum of RGB (Red+Green+Blue) = 166+130+35=331 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.15% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 35 (14.06% from 255 or 10.57% from 331); Max value from RGB is 166 - color contains mainly: red. Hex color #A68223 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68223 is #597DDC. Grayscale: #828282. Windows color (decimal): -5864925 or 2327206. OLE color: 2327206.
HSL color Cylindrical-coordinate representation of color #A68223: hue angle of 43.51º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A68223 is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 130 | 35 | - |
| CMYK | 0 | 0.22 | 0.79 | 0.35 |
| HSL | 43.51º | 0.65% | 0.39% | - |
| HSV(B) | 43.51º | 0.79% | 0.65% | - |
| XYZ | 24.01 | 24.19 | 4.99 | - |
| YUV | 129.93 | 74.43 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 130 | 35 | 0 | 0.22 | 0.79 | 0.35 | 43.51 | 0.65 | 0.39 |
| Hex | A6 | 82 | 23 | 0 | 16 | 4F | 23 | 2C | 41 | 27 |
| Octal | 246 | 202 | 43 | 0 | 26 | 117 | 43 | 54 | 101 | 47 |
| Binary | 10100110 | 10000010 | 100011 | 0 | 10110 | 1001111 | 100011 | 101100 | 1000001 | 100111 |
Color Harmonies of #A68223
Complementary color
Monochromatic Colors of #A68223
Black with #A68223
Text Example
Text Example
White with #A68223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68223; }
p { color: rgb(166,130,35); }
H1.HeaderClassName
{
color: #A68223;
}
.AnyTagClassName
{
color: #A68223;
}
</style>
background-color css
<style>
a { background-color: #A68223; }
a { background-color: rgb(166,130,35); }
div.DivClassName
{
background-color: #A68223;
}
.BgClassName
{
background-color: #A68223;
}
</style>
border-color css
<style>
span { border-color: #A68223; }
span { border-color: rgb(166,130,35); }
td.TdClassName
{
border-color: #A68223;
}
.TagClassName
{
border-color: #A68223;
}
</style>