Shades of Hacienda #A68A23
Tints of Hacienda #A68A23
RGB
CMYK
RGB Variations
Color information
#A68A23 (or 0xA68A23) is known color: Hacienda. HEX triplet: A6, 8A and 23. RGB value is (166,138,35). Sum of RGB (Red+Green+Blue) = 166+138+35=339 (44% of max value = 765). Red value is 166 (65.23% from 255 or 48.97% from 339); Green value is 138 (54.30% from 255 or 40.71% from 339); Blue value is 35 (14.06% from 255 or 10.32% from 339); Max value from RGB is 166 - color contains mainly: red. Hex color #A68A23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68A23 is #5975DC. Grayscale: #878787. Windows color (decimal): -5862877 or 2329254. OLE color: 2329254.
HSL color Cylindrical-coordinate representation of color #A68A23: hue angle of 47.18º 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 #A68A23 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 138 | 35 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.35 |
| HSL | 47.18º | 0.65% | 0.39% | - |
| HSV(B) | 47.18º | 0.79% | 0.65% | - |
| XYZ | 25.12 | 26.41 | 5.36 | - |
| YUV | 134.63 | 71.78 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 138 | 35 | 0 | 0.17 | 0.79 | 0.35 | 47.18 | 0.65 | 0.39 |
| Hex | A6 | 8A | 23 | 0 | 11 | 4F | 23 | 2F | 41 | 27 |
| Octal | 246 | 212 | 43 | 0 | 21 | 117 | 43 | 57 | 101 | 47 |
| Binary | 10100110 | 10001010 | 100011 | 0 | 10001 | 1001111 | 100011 | 101111 | 1000001 | 100111 |
Color Harmonies of #A68A23
Complementary color
Monochromatic Colors of #A68A23
Black with #A68A23
Text Example
Text Example
White with #A68A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68A23; }
p { color: rgb(166,138,35); }
H1.HeaderClassName
{
color: #A68A23;
}
.AnyTagClassName
{
color: #A68A23;
}
</style>
background-color css
<style>
a { background-color: #A68A23; }
a { background-color: rgb(166,138,35); }
div.DivClassName
{
background-color: #A68A23;
}
.BgClassName
{
background-color: #A68A23;
}
</style>
border-color css
<style>
span { border-color: #A68A23; }
span { border-color: rgb(166,138,35); }
td.TdClassName
{
border-color: #A68A23;
}
.TagClassName
{
border-color: #A68A23;
}
</style>