Shades of Sante Fe #AF6558
Tints of Sante Fe #AF6558
RGB
CMYK
RGB Variations
Color information
#AF6558 (or 0xAF6558) is known color: Sante Fe. HEX triplet: AF, 65 and 58. RGB value is (175,101,88). Sum of RGB (Red+Green+Blue) = 175+101+88=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 88 (34.77% from 255 or 24.18% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6558 is #509AA7. Grayscale: #797979. Windows color (decimal): -5282472 or 5793199. OLE color: 5793199.
HSL color Cylindrical-coordinate representation of color #AF6558: hue angle of 8.97º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF6558 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 101 | 88 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.31 |
| HSL | 8.97º | 0.35% | 0.52% | - |
| HSV(B) | 8.97º | 0.5% | 0.69% | - |
| XYZ | 24.09 | 19.13 | 11.65 | - |
| YUV | 121.64 | 109.02 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 88 | 0 | 0.42 | 0.50 | 0.31 | 8.97 | 0.35 | 0.52 |
| Hex | AF | 65 | 58 | 0 | 2A | 32 | 1F | 9 | 23 | 34 |
| Octal | 257 | 145 | 130 | 0 | 52 | 62 | 37 | 11 | 43 | 64 |
| Binary | 10101111 | 1100101 | 1011000 | 0 | 101010 | 110010 | 11111 | 1001 | 100011 | 110100 |
Color Harmonies of #AF6558
Complementary color
Monochromatic Colors of #AF6558
Black with #AF6558
Text Example
Text Example
White with #AF6558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6558; }
p { color: rgb(175,101,88); }
H1.HeaderClassName
{
color: #AF6558;
}
.AnyTagClassName
{
color: #AF6558;
}
</style>
background-color css
<style>
a { background-color: #AF6558; }
a { background-color: rgb(175,101,88); }
div.DivClassName
{
background-color: #AF6558;
}
.BgClassName
{
background-color: #AF6558;
}
</style>
border-color css
<style>
span { border-color: #AF6558; }
span { border-color: rgb(175,101,88); }
td.TdClassName
{
border-color: #AF6558;
}
.TagClassName
{
border-color: #AF6558;
}
</style>