Shades of Sante Fe #A86D4D
Tints of Sante Fe #A86D4D
RGB
CMYK
RGB Variations
Color information
#A86D4D (or 0xA86D4D) is known color: Sante Fe. HEX triplet: A8, 6D and 4D. RGB value is (168,109,77). Sum of RGB (Red+Green+Blue) = 168+109+77=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 109 (42.97% from 255 or 30.79% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 168 - color contains mainly: red. Hex color #A86D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86D4D is #5792B2. Grayscale: #7B7B7B. Windows color (decimal): -5739187 or 5074344. OLE color: 5074344.
HSL color Cylindrical-coordinate representation of color #A86D4D: hue angle of 21.1º 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 #A86D4D is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 109 | 77 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.34 |
| HSL | 21.1º | 0.37% | 0.48% | - |
| HSV(B) | 21.1º | 0.54% | 0.66% | - |
| XYZ | 22.96 | 19.8 | 9.63 | - |
| YUV | 122.99 | 102.05 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 109 | 77 | 0 | 0.35 | 0.54 | 0.34 | 21.1 | 0.37 | 0.48 |
| Hex | A8 | 6D | 4D | 0 | 23 | 36 | 22 | 15 | 25 | 30 |
| Octal | 250 | 155 | 115 | 0 | 43 | 66 | 42 | 25 | 45 | 60 |
| Binary | 10101000 | 1101101 | 1001101 | 0 | 100011 | 110110 | 100010 | 10101 | 100101 | 110000 |
Color Harmonies of #A86D4D
Complementary color
Monochromatic Colors of #A86D4D
Black with #A86D4D
Text Example
Text Example
White with #A86D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86D4D; }
p { color: rgb(168,109,77); }
H1.HeaderClassName
{
color: #A86D4D;
}
.AnyTagClassName
{
color: #A86D4D;
}
</style>
background-color css
<style>
a { background-color: #A86D4D; }
a { background-color: rgb(168,109,77); }
div.DivClassName
{
background-color: #A86D4D;
}
.BgClassName
{
background-color: #A86D4D;
}
</style>
border-color css
<style>
span { border-color: #A86D4D; }
span { border-color: rgb(168,109,77); }
td.TdClassName
{
border-color: #A86D4D;
}
.TagClassName
{
border-color: #A86D4D;
}
</style>