Shades of Sante Fe #AF6755
Tints of Sante Fe #AF6755
RGB
CMYK
RGB Variations
Color information
#AF6755 (or 0xAF6755) is known color: Sante Fe. HEX triplet: AF, 67 and 55. RGB value is (175,103,85). Sum of RGB (Red+Green+Blue) = 175+103+85=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 85 (33.59% from 255 or 23.42% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6755 is #5098AA. Grayscale: #7A7A7A. Windows color (decimal): -5281963 or 5597103. OLE color: 5597103.
HSL color Cylindrical-coordinate representation of color #AF6755: hue angle of 12º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF6755 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 103 | 85 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.31 |
| HSL | 12º | 0.36% | 0.51% | - |
| HSV(B) | 12º | 0.51% | 0.69% | - |
| XYZ | 24.17 | 19.47 | 11.08 | - |
| YUV | 122.48 | 106.85 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 85 | 0 | 0.41 | 0.51 | 0.31 | 12 | 0.36 | 0.51 |
| Hex | AF | 67 | 55 | 0 | 29 | 33 | 1F | C | 24 | 33 |
| Octal | 257 | 147 | 125 | 0 | 51 | 63 | 37 | 14 | 44 | 63 |
| Binary | 10101111 | 1100111 | 1010101 | 0 | 101001 | 110011 | 11111 | 1100 | 100100 | 110011 |
Color Harmonies of #AF6755
Complementary color
Monochromatic Colors of #AF6755
Black with #AF6755
Text Example
Text Example
White with #AF6755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6755; }
p { color: rgb(175,103,85); }
H1.HeaderClassName
{
color: #AF6755;
}
.AnyTagClassName
{
color: #AF6755;
}
</style>
background-color css
<style>
a { background-color: #AF6755; }
a { background-color: rgb(175,103,85); }
div.DivClassName
{
background-color: #AF6755;
}
.BgClassName
{
background-color: #AF6755;
}
</style>
border-color css
<style>
span { border-color: #AF6755; }
span { border-color: rgb(175,103,85); }
td.TdClassName
{
border-color: #AF6755;
}
.TagClassName
{
border-color: #AF6755;
}
</style>