Shades of Sante Fe #A8644E
Tints of Sante Fe #A8644E
RGB
CMYK
RGB Variations
Color information
#A8644E (or 0xA8644E) is known color: Sante Fe. HEX triplet: A8, 64 and 4E. RGB value is (168,100,78). Sum of RGB (Red+Green+Blue) = 168+100+78=346 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.55% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 168 - color contains mainly: red. Hex color #A8644E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8644E is #579BB1. Grayscale: #757575. Windows color (decimal): -5741490 or 5137576. OLE color: 5137576.
HSL color Cylindrical-coordinate representation of color #A8644E: hue angle of 14.67º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A8644E is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 100 | 78 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.34 |
| HSL | 14.67º | 0.37% | 0.48% | - |
| HSV(B) | 14.67º | 0.54% | 0.66% | - |
| XYZ | 22.08 | 17.99 | 9.52 | - |
| YUV | 117.82 | 105.53 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 100 | 78 | 0 | 0.40 | 0.54 | 0.34 | 14.67 | 0.37 | 0.48 |
| Hex | A8 | 64 | 4E | 0 | 28 | 36 | 22 | F | 25 | 30 |
| Octal | 250 | 144 | 116 | 0 | 50 | 66 | 42 | 17 | 45 | 60 |
| Binary | 10101000 | 1100100 | 1001110 | 0 | 101000 | 110110 | 100010 | 1111 | 100101 | 110000 |
Color Harmonies of #A8644E
Complementary color
Monochromatic Colors of #A8644E
Black with #A8644E
Text Example
Text Example
White with #A8644E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8644E; }
p { color: rgb(168,100,78); }
H1.HeaderClassName
{
color: #A8644E;
}
.AnyTagClassName
{
color: #A8644E;
}
</style>
background-color css
<style>
a { background-color: #A8644E; }
a { background-color: rgb(168,100,78); }
div.DivClassName
{
background-color: #A8644E;
}
.BgClassName
{
background-color: #A8644E;
}
</style>
border-color css
<style>
span { border-color: #A8644E; }
span { border-color: rgb(168,100,78); }
td.TdClassName
{
border-color: #A8644E;
}
.TagClassName
{
border-color: #A8644E;
}
</style>