Shades of Sante Fe #A66F50
Tints of Sante Fe #A66F50
RGB
CMYK
RGB Variations
Color information
#A66F50 (or 0xA66F50) is known color: Sante Fe. HEX triplet: A6, 6F and 50. RGB value is (166,111,80). Sum of RGB (Red+Green+Blue) = 166+111+80=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 166 - color contains mainly: red. Hex color #A66F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66F50 is #5990AF. Grayscale: #7C7C7C. Windows color (decimal): -5869744 or 5271462. OLE color: 5271462.
HSL color Cylindrical-coordinate representation of color #A66F50: hue angle of 21.63º 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 #A66F50 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 111 | 80 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.35 |
| HSL | 21.63º | 0.35% | 0.48% | - |
| HSV(B) | 21.63º | 0.52% | 0.65% | - |
| XYZ | 22.86 | 20.06 | 10.26 | - |
| YUV | 123.91 | 103.22 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 111 | 80 | 0 | 0.33 | 0.52 | 0.35 | 21.63 | 0.35 | 0.48 |
| Hex | A6 | 6F | 50 | 0 | 21 | 34 | 23 | 16 | 23 | 30 |
| Octal | 246 | 157 | 120 | 0 | 41 | 64 | 43 | 26 | 43 | 60 |
| Binary | 10100110 | 1101111 | 1010000 | 0 | 100001 | 110100 | 100011 | 10110 | 100011 | 110000 |
Color Harmonies of #A66F50
Complementary color
Monochromatic Colors of #A66F50
Black with #A66F50
Text Example
Text Example
White with #A66F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66F50; }
p { color: rgb(166,111,80); }
H1.HeaderClassName
{
color: #A66F50;
}
.AnyTagClassName
{
color: #A66F50;
}
</style>
background-color css
<style>
a { background-color: #A66F50; }
a { background-color: rgb(166,111,80); }
div.DivClassName
{
background-color: #A66F50;
}
.BgClassName
{
background-color: #A66F50;
}
</style>
border-color css
<style>
span { border-color: #A66F50; }
span { border-color: rgb(166,111,80); }
td.TdClassName
{
border-color: #A66F50;
}
.TagClassName
{
border-color: #A66F50;
}
</style>