Shades of Sante Fe #A8674E
Tints of Sante Fe #A8674E
RGB
CMYK
RGB Variations
Color information
#A8674E (or 0xA8674E) is known color: Sante Fe. HEX triplet: A8, 67 and 4E. RGB value is (168,103,78). Sum of RGB (Red+Green+Blue) = 168+103+78=349 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.14% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 168 - color contains mainly: red. Hex color #A8674E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8674E is #5798B1. Grayscale: #777777. Windows color (decimal): -5740722 or 5138344. OLE color: 5138344.
HSL color Cylindrical-coordinate representation of color #A8674E: hue angle of 16.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 #A8674E is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 103 | 78 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.34 |
| HSL | 16.67º | 0.37% | 0.48% | - |
| HSV(B) | 16.67º | 0.54% | 0.66% | - |
| XYZ | 22.37 | 18.58 | 9.61 | - |
| YUV | 119.59 | 104.53 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 103 | 78 | 0 | 0.39 | 0.54 | 0.34 | 16.67 | 0.37 | 0.48 |
| Hex | A8 | 67 | 4E | 0 | 27 | 36 | 22 | 11 | 25 | 30 |
| Octal | 250 | 147 | 116 | 0 | 47 | 66 | 42 | 21 | 45 | 60 |
| Binary | 10101000 | 1100111 | 1001110 | 0 | 100111 | 110110 | 100010 | 10001 | 100101 | 110000 |
Color Harmonies of #A8674E
Complementary color
Monochromatic Colors of #A8674E
Black with #A8674E
Text Example
Text Example
White with #A8674E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8674E; }
p { color: rgb(168,103,78); }
H1.HeaderClassName
{
color: #A8674E;
}
.AnyTagClassName
{
color: #A8674E;
}
</style>
background-color css
<style>
a { background-color: #A8674E; }
a { background-color: rgb(168,103,78); }
div.DivClassName
{
background-color: #A8674E;
}
.BgClassName
{
background-color: #A8674E;
}
</style>
border-color css
<style>
span { border-color: #A8674E; }
span { border-color: rgb(168,103,78); }
td.TdClassName
{
border-color: #A8674E;
}
.TagClassName
{
border-color: #A8674E;
}
</style>