Shades of Hacienda #A68A28
Tints of Hacienda #A68A28
RGB
CMYK
RGB Variations
Color information
#A68A28 (or 0xA68A28) is known color: Hacienda. HEX triplet: A6, 8A and 28. RGB value is (166,138,40). Sum of RGB (Red+Green+Blue) = 166+138+40=344 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.26% from 344); Green value is 138 (54.30% from 255 or 40.12% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 166 - color contains mainly: red. Hex color #A68A28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68A28 is #5975D7. Grayscale: #878787. Windows color (decimal): -5862872 or 2656934. OLE color: 2656934.
HSL color Cylindrical-coordinate representation of color #A68A28: hue angle of 46.67º 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 #A68A28 is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 138 | 40 | - |
| CMYK | 0 | 0.17 | 0.76 | 0.35 |
| HSL | 46.67º | 0.61% | 0.4% | - |
| HSV(B) | 46.67º | 0.76% | 0.65% | - |
| XYZ | 25.2 | 26.44 | 5.78 | - |
| YUV | 135.2 | 74.28 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 138 | 40 | 0 | 0.17 | 0.76 | 0.35 | 46.67 | 0.61 | 0.4 |
| Hex | A6 | 8A | 28 | 0 | 11 | 4C | 23 | 2F | 3D | 28 |
| Octal | 246 | 212 | 50 | 0 | 21 | 114 | 43 | 57 | 75 | 50 |
| Binary | 10100110 | 10001010 | 101000 | 0 | 10001 | 1001100 | 100011 | 101111 | 111101 | 101000 |
Color Harmonies of #A68A28
Complementary color
Monochromatic Colors of #A68A28
Black with #A68A28
Text Example
Text Example
White with #A68A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68A28; }
p { color: rgb(166,138,40); }
H1.HeaderClassName
{
color: #A68A28;
}
.AnyTagClassName
{
color: #A68A28;
}
</style>
background-color css
<style>
a { background-color: #A68A28; }
a { background-color: rgb(166,138,40); }
div.DivClassName
{
background-color: #A68A28;
}
.BgClassName
{
background-color: #A68A28;
}
</style>
border-color css
<style>
span { border-color: #A68A28; }
span { border-color: rgb(166,138,40); }
td.TdClassName
{
border-color: #A68A28;
}
.TagClassName
{
border-color: #A68A28;
}
</style>