Shades of Sante Fe #A66350
Tints of Sante Fe #A66350
RGB
CMYK
RGB Variations
Color information
#A66350 (or 0xA66350) is known color: Sante Fe. HEX triplet: A6, 63 and 50. RGB value is (166,99,80). Sum of RGB (Red+Green+Blue) = 166+99+80=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 166 - color contains mainly: red. Hex color #A66350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66350 is #599CAF. Grayscale: #757575. Windows color (decimal): -5872816 or 5268390. OLE color: 5268390.
HSL color Cylindrical-coordinate representation of color #A66350: hue angle of 13.26º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A66350 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 99 | 80 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.35 |
| HSL | 13.26º | 0.35% | 0.48% | - |
| HSV(B) | 13.26º | 0.52% | 0.65% | - |
| XYZ | 21.64 | 17.61 | 9.85 | - |
| YUV | 116.87 | 107.2 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 99 | 80 | 0 | 0.40 | 0.52 | 0.35 | 13.26 | 0.35 | 0.48 |
| Hex | A6 | 63 | 50 | 0 | 28 | 34 | 23 | D | 23 | 30 |
| Octal | 246 | 143 | 120 | 0 | 50 | 64 | 43 | 15 | 43 | 60 |
| Binary | 10100110 | 1100011 | 1010000 | 0 | 101000 | 110100 | 100011 | 1101 | 100011 | 110000 |
Color Harmonies of #A66350
Complementary color
Monochromatic Colors of #A66350
Black with #A66350
Text Example
Text Example
White with #A66350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66350; }
p { color: rgb(166,99,80); }
H1.HeaderClassName
{
color: #A66350;
}
.AnyTagClassName
{
color: #A66350;
}
</style>
background-color css
<style>
a { background-color: #A66350; }
a { background-color: rgb(166,99,80); }
div.DivClassName
{
background-color: #A66350;
}
.BgClassName
{
background-color: #A66350;
}
</style>
border-color css
<style>
span { border-color: #A66350; }
span { border-color: rgb(166,99,80); }
td.TdClassName
{
border-color: #A66350;
}
.TagClassName
{
border-color: #A66350;
}
</style>