Shades of Sante Fe #AF6753
Tints of Sante Fe #AF6753
RGB
CMYK
RGB Variations
Color information
#AF6753 (or 0xAF6753) is known color: Sante Fe. HEX triplet: AF, 67 and 53. RGB value is (175,103,83). Sum of RGB (Red+Green+Blue) = 175+103+83=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 83 (32.81% from 255 or 22.99% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6753 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6753 is #5098AC. Grayscale: #7A7A7A. Windows color (decimal): -5281965 or 5466031. OLE color: 5466031.
HSL color Cylindrical-coordinate representation of color #AF6753: hue angle of 13.04º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF6753 is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 103 | 83 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.31 |
| HSL | 13.04º | 0.37% | 0.51% | - |
| HSV(B) | 13.04º | 0.53% | 0.69% | - |
| XYZ | 24.09 | 19.44 | 10.67 | - |
| YUV | 122.25 | 105.85 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 83 | 0 | 0.41 | 0.53 | 0.31 | 13.04 | 0.37 | 0.51 |
| Hex | AF | 67 | 53 | 0 | 29 | 35 | 1F | D | 25 | 33 |
| Octal | 257 | 147 | 123 | 0 | 51 | 65 | 37 | 15 | 45 | 63 |
| Binary | 10101111 | 1100111 | 1010011 | 0 | 101001 | 110101 | 11111 | 1101 | 100101 | 110011 |
Color Harmonies of #AF6753
Complementary color
Monochromatic Colors of #AF6753
Black with #AF6753
Text Example
Text Example
White with #AF6753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6753; }
p { color: rgb(175,103,83); }
H1.HeaderClassName
{
color: #AF6753;
}
.AnyTagClassName
{
color: #AF6753;
}
</style>
background-color css
<style>
a { background-color: #AF6753; }
a { background-color: rgb(175,103,83); }
div.DivClassName
{
background-color: #AF6753;
}
.BgClassName
{
background-color: #AF6753;
}
</style>
border-color css
<style>
span { border-color: #AF6753; }
span { border-color: rgb(175,103,83); }
td.TdClassName
{
border-color: #AF6753;
}
.TagClassName
{
border-color: #AF6753;
}
</style>