Shades of Sante Fe #AF6657
Tints of Sante Fe #AF6657
RGB
CMYK
RGB Variations
Color information
#AF6657 (or 0xAF6657) is known color: Sante Fe. HEX triplet: AF, 66 and 57. RGB value is (175,102,87). Sum of RGB (Red+Green+Blue) = 175+102+87=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 87 (34.38% from 255 or 23.90% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6657 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6657 is #5099A8. Grayscale: #7A7A7A. Windows color (decimal): -5282217 or 5727919. OLE color: 5727919.
HSL color Cylindrical-coordinate representation of color #AF6657: hue angle of 10.23º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF6657 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 102 | 87 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.31 |
| HSL | 10.23º | 0.35% | 0.51% | - |
| HSV(B) | 10.23º | 0.5% | 0.69% | - |
| XYZ | 24.15 | 19.3 | 11.47 | - |
| YUV | 122.12 | 108.18 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 87 | 0 | 0.42 | 0.50 | 0.31 | 10.23 | 0.35 | 0.51 |
| Hex | AF | 66 | 57 | 0 | 2A | 32 | 1F | A | 23 | 33 |
| Octal | 257 | 146 | 127 | 0 | 52 | 62 | 37 | 12 | 43 | 63 |
| Binary | 10101111 | 1100110 | 1010111 | 0 | 101010 | 110010 | 11111 | 1010 | 100011 | 110011 |
Color Harmonies of #AF6657
Complementary color
Monochromatic Colors of #AF6657
Black with #AF6657
Text Example
Text Example
White with #AF6657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6657; }
p { color: rgb(175,102,87); }
H1.HeaderClassName
{
color: #AF6657;
}
.AnyTagClassName
{
color: #AF6657;
}
</style>
background-color css
<style>
a { background-color: #AF6657; }
a { background-color: rgb(175,102,87); }
div.DivClassName
{
background-color: #AF6657;
}
.BgClassName
{
background-color: #AF6657;
}
</style>
border-color css
<style>
span { border-color: #AF6657; }
span { border-color: rgb(175,102,87); }
td.TdClassName
{
border-color: #AF6657;
}
.TagClassName
{
border-color: #AF6657;
}
</style>