Shades of Sante Fe #A66D4D
Tints of Sante Fe #A66D4D
RGB
CMYK
RGB Variations
Color information
#A66D4D (or 0xA66D4D) is known color: Sante Fe. HEX triplet: A6, 6D and 4D. RGB value is (166,109,77). Sum of RGB (Red+Green+Blue) = 166+109+77=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 166 - color contains mainly: red. Hex color #A66D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66D4D is #5992B2. Grayscale: #7A7A7A. Windows color (decimal): -5870259 or 5074342. OLE color: 5074342.
HSL color Cylindrical-coordinate representation of color #A66D4D: hue angle of 21.57º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A66D4D is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 109 | 77 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.35 |
| HSL | 21.57º | 0.37% | 0.48% | - |
| HSV(B) | 21.57º | 0.54% | 0.65% | - |
| XYZ | 22.53 | 19.58 | 9.61 | - |
| YUV | 122.4 | 102.38 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 109 | 77 | 0 | 0.34 | 0.54 | 0.35 | 21.57 | 0.37 | 0.48 |
| Hex | A6 | 6D | 4D | 0 | 22 | 36 | 23 | 16 | 25 | 30 |
| Octal | 246 | 155 | 115 | 0 | 42 | 66 | 43 | 26 | 45 | 60 |
| Binary | 10100110 | 1101101 | 1001101 | 0 | 100010 | 110110 | 100011 | 10110 | 100101 | 110000 |
Color Harmonies of #A66D4D
Complementary color
Monochromatic Colors of #A66D4D
Black with #A66D4D
Text Example
Text Example
White with #A66D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66D4D; }
p { color: rgb(166,109,77); }
H1.HeaderClassName
{
color: #A66D4D;
}
.AnyTagClassName
{
color: #A66D4D;
}
</style>
background-color css
<style>
a { background-color: #A66D4D; }
a { background-color: rgb(166,109,77); }
div.DivClassName
{
background-color: #A66D4D;
}
.BgClassName
{
background-color: #A66D4D;
}
</style>
border-color css
<style>
span { border-color: #A66D4D; }
span { border-color: rgb(166,109,77); }
td.TdClassName
{
border-color: #A66D4D;
}
.TagClassName
{
border-color: #A66D4D;
}
</style>