Shades of Hacienda #A67F23
Tints of Hacienda #A67F23
RGB
CMYK
RGB Variations
Color information
#A67F23 (or 0xA67F23) is known color: Hacienda. HEX triplet: A6, 7F and 23. RGB value is (166,127,35). Sum of RGB (Red+Green+Blue) = 166+127+35=328 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.61% from 328); Green value is 127 (50% from 255 or 38.72% from 328); Blue value is 35 (14.06% from 255 or 10.67% from 328); Max value from RGB is 166 - color contains mainly: red. Hex color #A67F23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67F23 is #5980DC. Grayscale: #808080. Windows color (decimal): -5865693 or 2326438. OLE color: 2326438.
HSL color Cylindrical-coordinate representation of color #A67F23: hue angle of 42.14º 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 #A67F23 is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 127 | 35 | - |
| CMYK | 0 | 0.23 | 0.79 | 0.35 |
| HSL | 42.14º | 0.65% | 0.39% | - |
| HSV(B) | 42.14º | 0.79% | 0.65% | - |
| XYZ | 23.62 | 23.41 | 4.86 | - |
| YUV | 128.17 | 75.42 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 127 | 35 | 0 | 0.23 | 0.79 | 0.35 | 42.14 | 0.65 | 0.39 |
| Hex | A6 | 7F | 23 | 0 | 17 | 4F | 23 | 2A | 41 | 27 |
| Octal | 246 | 177 | 43 | 0 | 27 | 117 | 43 | 52 | 101 | 47 |
| Binary | 10100110 | 1111111 | 100011 | 0 | 10111 | 1001111 | 100011 | 101010 | 1000001 | 100111 |
Color Harmonies of #A67F23
Complementary color
Monochromatic Colors of #A67F23
Black with #A67F23
Text Example
Text Example
White with #A67F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67F23; }
p { color: rgb(166,127,35); }
H1.HeaderClassName
{
color: #A67F23;
}
.AnyTagClassName
{
color: #A67F23;
}
</style>
background-color css
<style>
a { background-color: #A67F23; }
a { background-color: rgb(166,127,35); }
div.DivClassName
{
background-color: #A67F23;
}
.BgClassName
{
background-color: #A67F23;
}
</style>
border-color css
<style>
span { border-color: #A67F23; }
span { border-color: rgb(166,127,35); }
td.TdClassName
{
border-color: #A67F23;
}
.TagClassName
{
border-color: #A67F23;
}
</style>