Shades of Sante Fe #A5704E
Tints of Sante Fe #A5704E
RGB
CMYK
RGB Variations
Color information
#A5704E (or 0xA5704E) is known color: Sante Fe. HEX triplet: A5, 70 and 4E. RGB value is (165,112,78). Sum of RGB (Red+Green+Blue) = 165+112+78=355 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.48% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 165 - color contains mainly: red. Hex color #A5704E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5704E is #5A8FB1. Grayscale: #7C7C7C. Windows color (decimal): -5935026 or 5140645. OLE color: 5140645.
HSL color Cylindrical-coordinate representation of color #A5704E: hue angle of 23.45º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A5704E is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 112 | 78 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.35 |
| HSL | 23.45º | 0.36% | 0.48% | - |
| HSV(B) | 23.45º | 0.53% | 0.65% | - |
| XYZ | 22.69 | 20.14 | 9.9 | - |
| YUV | 123.97 | 102.06 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 112 | 78 | 0 | 0.32 | 0.53 | 0.35 | 23.45 | 0.36 | 0.48 |
| Hex | A5 | 70 | 4E | 0 | 20 | 35 | 23 | 17 | 24 | 30 |
| Octal | 245 | 160 | 116 | 0 | 40 | 65 | 43 | 27 | 44 | 60 |
| Binary | 10100101 | 1110000 | 1001110 | 0 | 100000 | 110101 | 100011 | 10111 | 100100 | 110000 |
Color Harmonies of #A5704E
Complementary color
Monochromatic Colors of #A5704E
Black with #A5704E
Text Example
Text Example
White with #A5704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5704E; }
p { color: rgb(165,112,78); }
H1.HeaderClassName
{
color: #A5704E;
}
.AnyTagClassName
{
color: #A5704E;
}
</style>
background-color css
<style>
a { background-color: #A5704E; }
a { background-color: rgb(165,112,78); }
div.DivClassName
{
background-color: #A5704E;
}
.BgClassName
{
background-color: #A5704E;
}
</style>
border-color css
<style>
span { border-color: #A5704E; }
span { border-color: rgb(165,112,78); }
td.TdClassName
{
border-color: #A5704E;
}
.TagClassName
{
border-color: #A5704E;
}
</style>