Shades of Sante Fe #A3664D
Tints of Sante Fe #A3664D
RGB
CMYK
RGB Variations
Color information
#A3664D (or 0xA3664D) is known color: Sante Fe. HEX triplet: A3, 66 and 4D. RGB value is (163,102,77). Sum of RGB (Red+Green+Blue) = 163+102+77=342 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.66% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 163 - color contains mainly: red. Hex color #A3664D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3664D is #5C99B2. Grayscale: #757575. Windows color (decimal): -6068659 or 5072547. OLE color: 5072547.
HSL color Cylindrical-coordinate representation of color #A3664D: hue angle of 17.44º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A3664D is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 102 | 77 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.36 |
| HSL | 17.44º | 0.36% | 0.47% | - |
| HSV(B) | 17.44º | 0.53% | 0.64% | - |
| XYZ | 21.2 | 17.83 | 9.34 | - |
| YUV | 117.39 | 105.21 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 102 | 77 | 0 | 0.37 | 0.53 | 0.36 | 17.44 | 0.36 | 0.47 |
| Hex | A3 | 66 | 4D | 0 | 25 | 35 | 24 | 11 | 24 | 2F |
| Octal | 243 | 146 | 115 | 0 | 45 | 65 | 44 | 21 | 44 | 57 |
| Binary | 10100011 | 1100110 | 1001101 | 0 | 100101 | 110101 | 100100 | 10001 | 100100 | 101111 |
Color Harmonies of #A3664D
Complementary color
Monochromatic Colors of #A3664D
Black with #A3664D
Text Example
Text Example
White with #A3664D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3664D; }
p { color: rgb(163,102,77); }
H1.HeaderClassName
{
color: #A3664D;
}
.AnyTagClassName
{
color: #A3664D;
}
</style>
background-color css
<style>
a { background-color: #A3664D; }
a { background-color: rgb(163,102,77); }
div.DivClassName
{
background-color: #A3664D;
}
.BgClassName
{
background-color: #A3664D;
}
</style>
border-color css
<style>
span { border-color: #A3664D; }
span { border-color: rgb(163,102,77); }
td.TdClassName
{
border-color: #A3664D;
}
.TagClassName
{
border-color: #A3664D;
}
</style>