Shades of Sante Fe #A86D52
Tints of Sante Fe #A86D52
RGB
CMYK
RGB Variations
Color information
#A86D52 (or 0xA86D52) is known color: Sante Fe. HEX triplet: A8, 6D and 52. RGB value is (168,109,82). Sum of RGB (Red+Green+Blue) = 168+109+82=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 168 - color contains mainly: red. Hex color #A86D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86D52 is #5792AD. Grayscale: #7B7B7B. Windows color (decimal): -5739182 or 5402024. OLE color: 5402024.
HSL color Cylindrical-coordinate representation of color #A86D52: hue angle of 18.84º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A86D52 is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 109 | 82 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.34 |
| HSL | 18.84º | 0.34% | 0.49% | - |
| HSV(B) | 18.84º | 0.51% | 0.66% | - |
| XYZ | 23.14 | 19.87 | 10.6 | - |
| YUV | 123.56 | 104.55 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 109 | 82 | 0 | 0.35 | 0.51 | 0.34 | 18.84 | 0.34 | 0.49 |
| Hex | A8 | 6D | 52 | 0 | 23 | 33 | 22 | 13 | 22 | 31 |
| Octal | 250 | 155 | 122 | 0 | 43 | 63 | 42 | 23 | 42 | 61 |
| Binary | 10101000 | 1101101 | 1010010 | 0 | 100011 | 110011 | 100010 | 10011 | 100010 | 110001 |
Color Harmonies of #A86D52
Complementary color
Monochromatic Colors of #A86D52
Black with #A86D52
Text Example
Text Example
White with #A86D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86D52; }
p { color: rgb(168,109,82); }
H1.HeaderClassName
{
color: #A86D52;
}
.AnyTagClassName
{
color: #A86D52;
}
</style>
background-color css
<style>
a { background-color: #A86D52; }
a { background-color: rgb(168,109,82); }
div.DivClassName
{
background-color: #A86D52;
}
.BgClassName
{
background-color: #A86D52;
}
</style>
border-color css
<style>
span { border-color: #A86D52; }
span { border-color: rgb(168,109,82); }
td.TdClassName
{
border-color: #A86D52;
}
.TagClassName
{
border-color: #A86D52;
}
</style>