Shades of Hacienda #A68A1F
Tints of Hacienda #A68A1F
RGB
CMYK
RGB Variations
Color information
#A68A1F (or 0xA68A1F) is known color: Hacienda. HEX triplet: A6, 8A and 1F. RGB value is (166,138,31). Sum of RGB (Red+Green+Blue) = 166+138+31=335 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.55% from 335); Green value is 138 (54.30% from 255 or 41.19% from 335); Blue value is 31 (12.5% from 255 or 9.25% from 335); Max value from RGB is 166 - color contains mainly: red. Hex color #A68A1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68A1F is #5975E0. Grayscale: #868686. Windows color (decimal): -5862881 or 2067110. OLE color: 2067110.
HSL color Cylindrical-coordinate representation of color #A68A1F: hue angle of 47.56º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A68A1F is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 138 | 31 | - |
| CMYK | 0 | 0.17 | 0.81 | 0.35 |
| HSL | 47.56º | 0.69% | 0.39% | - |
| HSV(B) | 47.56º | 0.81% | 0.65% | - |
| XYZ | 25.06 | 26.38 | 5.07 | - |
| YUV | 134.17 | 69.78 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 138 | 31 | 0 | 0.17 | 0.81 | 0.35 | 47.56 | 0.69 | 0.39 |
| Hex | A6 | 8A | 1F | 0 | 11 | 51 | 23 | 30 | 45 | 27 |
| Octal | 246 | 212 | 37 | 0 | 21 | 121 | 43 | 60 | 105 | 47 |
| Binary | 10100110 | 10001010 | 11111 | 0 | 10001 | 1010001 | 100011 | 110000 | 1000101 | 100111 |
Color Harmonies of #A68A1F
Complementary color
Monochromatic Colors of #A68A1F
Black with #A68A1F
Text Example
Text Example
White with #A68A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68A1F; }
p { color: rgb(166,138,31); }
H1.HeaderClassName
{
color: #A68A1F;
}
.AnyTagClassName
{
color: #A68A1F;
}
</style>
background-color css
<style>
a { background-color: #A68A1F; }
a { background-color: rgb(166,138,31); }
div.DivClassName
{
background-color: #A68A1F;
}
.BgClassName
{
background-color: #A68A1F;
}
</style>
border-color css
<style>
span { border-color: #A68A1F; }
span { border-color: rgb(166,138,31); }
td.TdClassName
{
border-color: #A68A1F;
}
.TagClassName
{
border-color: #A68A1F;
}
</style>