Shades of Sante Fe #A3684F
Tints of Sante Fe #A3684F
RGB
CMYK
RGB Variations
Color information
#A3684F (or 0xA3684F) is known color: Sante Fe. HEX triplet: A3, 68 and 4F. RGB value is (163,104,79). Sum of RGB (Red+Green+Blue) = 163+104+79=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 79 (31.25% from 255 or 22.83% from 346); Max value from RGB is 163 - color contains mainly: red. Hex color #A3684F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3684F is #5C97B0. Grayscale: #767676. Windows color (decimal): -6068145 or 5204131. OLE color: 5204131.
HSL color Cylindrical-coordinate representation of color #A3684F: hue angle of 17.86º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A3684F is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 104 | 79 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.36 |
| HSL | 17.86º | 0.35% | 0.47% | - |
| HSV(B) | 17.86º | 0.52% | 0.64% | - |
| XYZ | 21.47 | 18.25 | 9.79 | - |
| YUV | 118.79 | 105.55 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 104 | 79 | 0 | 0.36 | 0.52 | 0.36 | 17.86 | 0.35 | 0.47 |
| Hex | A3 | 68 | 4F | 0 | 24 | 34 | 24 | 12 | 23 | 2F |
| Octal | 243 | 150 | 117 | 0 | 44 | 64 | 44 | 22 | 43 | 57 |
| Binary | 10100011 | 1101000 | 1001111 | 0 | 100100 | 110100 | 100100 | 10010 | 100011 | 101111 |
Color Harmonies of #A3684F
Complementary color
Monochromatic Colors of #A3684F
Black with #A3684F
Text Example
Text Example
White with #A3684F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3684F; }
p { color: rgb(163,104,79); }
H1.HeaderClassName
{
color: #A3684F;
}
.AnyTagClassName
{
color: #A3684F;
}
</style>
background-color css
<style>
a { background-color: #A3684F; }
a { background-color: rgb(163,104,79); }
div.DivClassName
{
background-color: #A3684F;
}
.BgClassName
{
background-color: #A3684F;
}
</style>
border-color css
<style>
span { border-color: #A3684F; }
span { border-color: rgb(163,104,79); }
td.TdClassName
{
border-color: #A3684F;
}
.TagClassName
{
border-color: #A3684F;
}
</style>