Shades of Sante Fe #A66B53
Tints of Sante Fe #A66B53
RGB
CMYK
RGB Variations
Color information
#A66B53 (or 0xA66B53) is known color: Sante Fe. HEX triplet: A6, 6B and 53. RGB value is (166,107,83). Sum of RGB (Red+Green+Blue) = 166+107+83=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 107 (42.19% from 255 or 30.06% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 166 - color contains mainly: red. Hex color #A66B53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66B53 is #5994AC. Grayscale: #7A7A7A. Windows color (decimal): -5870765 or 5467046. OLE color: 5467046.
HSL color Cylindrical-coordinate representation of color #A66B53: hue angle of 17.35º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A66B53 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 107 | 83 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.35 |
| HSL | 17.35º | 0.33% | 0.49% | - |
| HSV(B) | 17.35º | 0.5% | 0.65% | - |
| XYZ | 22.54 | 19.25 | 10.71 | - |
| YUV | 121.91 | 106.05 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 107 | 83 | 0 | 0.36 | 0.50 | 0.35 | 17.35 | 0.33 | 0.49 |
| Hex | A6 | 6B | 53 | 0 | 24 | 32 | 23 | 11 | 21 | 31 |
| Octal | 246 | 153 | 123 | 0 | 44 | 62 | 43 | 21 | 41 | 61 |
| Binary | 10100110 | 1101011 | 1010011 | 0 | 100100 | 110010 | 100011 | 10001 | 100001 | 110001 |
Color Harmonies of #A66B53
Complementary color
Monochromatic Colors of #A66B53
Black with #A66B53
Text Example
Text Example
White with #A66B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66B53; }
p { color: rgb(166,107,83); }
H1.HeaderClassName
{
color: #A66B53;
}
.AnyTagClassName
{
color: #A66B53;
}
</style>
background-color css
<style>
a { background-color: #A66B53; }
a { background-color: rgb(166,107,83); }
div.DivClassName
{
background-color: #A66B53;
}
.BgClassName
{
background-color: #A66B53;
}
</style>
border-color css
<style>
span { border-color: #A66B53; }
span { border-color: rgb(166,107,83); }
td.TdClassName
{
border-color: #A66B53;
}
.TagClassName
{
border-color: #A66B53;
}
</style>