Shades of Sante Fe #AF6655
Tints of Sante Fe #AF6655
RGB
CMYK
RGB Variations
Color information
#AF6655 (or 0xAF6655) is known color: Sante Fe. HEX triplet: AF, 66 and 55. RGB value is (175,102,85). Sum of RGB (Red+Green+Blue) = 175+102+85=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6655 is #5099AA. Grayscale: #7A7A7A. Windows color (decimal): -5282219 or 5596847. OLE color: 5596847.
HSL color Cylindrical-coordinate representation of color #AF6655: hue angle of 11.33º 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 #AF6655 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 102 | 85 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.31 |
| HSL | 11.33º | 0.36% | 0.51% | - |
| HSV(B) | 11.33º | 0.51% | 0.69% | - |
| XYZ | 24.07 | 19.27 | 11.05 | - |
| YUV | 121.89 | 107.18 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 85 | 0 | 0.42 | 0.51 | 0.31 | 11.33 | 0.36 | 0.51 |
| Hex | AF | 66 | 55 | 0 | 2A | 33 | 1F | B | 24 | 33 |
| Octal | 257 | 146 | 125 | 0 | 52 | 63 | 37 | 13 | 44 | 63 |
| Binary | 10101111 | 1100110 | 1010101 | 0 | 101010 | 110011 | 11111 | 1011 | 100100 | 110011 |
Color Harmonies of #AF6655
Complementary color
Monochromatic Colors of #AF6655
Black with #AF6655
Text Example
Text Example
White with #AF6655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6655; }
p { color: rgb(175,102,85); }
H1.HeaderClassName
{
color: #AF6655;
}
.AnyTagClassName
{
color: #AF6655;
}
</style>
background-color css
<style>
a { background-color: #AF6655; }
a { background-color: rgb(175,102,85); }
div.DivClassName
{
background-color: #AF6655;
}
.BgClassName
{
background-color: #AF6655;
}
</style>
border-color css
<style>
span { border-color: #AF6655; }
span { border-color: rgb(175,102,85); }
td.TdClassName
{
border-color: #AF6655;
}
.TagClassName
{
border-color: #AF6655;
}
</style>