Shades of Hacienda #A68A1A
Tints of Hacienda #A68A1A
RGB
CMYK
RGB Variations
Color information
#A68A1A (or 0xA68A1A) is known color: Hacienda. HEX triplet: A6, 8A and 1A. RGB value is (166,138,26). Sum of RGB (Red+Green+Blue) = 166+138+26=330 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.30% from 330); Green value is 138 (54.30% from 255 or 41.82% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 166 - color contains mainly: red. Hex color #A68A1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68A1A is #5975E5. Grayscale: #868686. Windows color (decimal): -5862886 or 1739430. OLE color: 1739430.
HSL color Cylindrical-coordinate representation of color #A68A1A: hue angle of 48º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A68A1A is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 138 | 26 | - |
| CMYK | 0 | 0.17 | 0.84 | 0.35 |
| HSL | 48º | 0.73% | 0.38% | - |
| HSV(B) | 48º | 0.84% | 0.65% | - |
| XYZ | 25 | 26.36 | 4.75 | - |
| YUV | 133.6 | 67.28 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 138 | 26 | 0 | 0.17 | 0.84 | 0.35 | 48 | 0.73 | 0.38 |
| Hex | A6 | 8A | 1A | 0 | 11 | 54 | 23 | 30 | 49 | 26 |
| Octal | 246 | 212 | 32 | 0 | 21 | 124 | 43 | 60 | 111 | 46 |
| Binary | 10100110 | 10001010 | 11010 | 0 | 10001 | 1010100 | 100011 | 110000 | 1001001 | 100110 |
Color Harmonies of #A68A1A
Complementary color
Monochromatic Colors of #A68A1A
Black with #A68A1A
Text Example
Text Example
White with #A68A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68A1A; }
p { color: rgb(166,138,26); }
H1.HeaderClassName
{
color: #A68A1A;
}
.AnyTagClassName
{
color: #A68A1A;
}
</style>
background-color css
<style>
a { background-color: #A68A1A; }
a { background-color: rgb(166,138,26); }
div.DivClassName
{
background-color: #A68A1A;
}
.BgClassName
{
background-color: #A68A1A;
}
</style>
border-color css
<style>
span { border-color: #A68A1A; }
span { border-color: rgb(166,138,26); }
td.TdClassName
{
border-color: #A68A1A;
}
.TagClassName
{
border-color: #A68A1A;
}
</style>