Shades of Sante Fe #AF6550
Tints of Sante Fe #AF6550
RGB
CMYK
RGB Variations
Color information
#AF6550 (or 0xAF6550) is known color: Sante Fe. HEX triplet: AF, 65 and 50. RGB value is (175,101,80). Sum of RGB (Red+Green+Blue) = 175+101+80=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6550 is #509AAF. Grayscale: #787878. Windows color (decimal): -5282480 or 5268911. OLE color: 5268911.
HSL color Cylindrical-coordinate representation of color #AF6550: hue angle of 13.26º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF6550 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 101 | 80 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.31 |
| HSL | 13.26º | 0.37% | 0.5% | - |
| HSV(B) | 13.26º | 0.54% | 0.69% | - |
| XYZ | 23.78 | 19 | 10 | - |
| YUV | 120.73 | 105.02 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 80 | 0 | 0.42 | 0.54 | 0.31 | 13.26 | 0.37 | 0.5 |
| Hex | AF | 65 | 50 | 0 | 2A | 36 | 1F | D | 25 | 32 |
| Octal | 257 | 145 | 120 | 0 | 52 | 66 | 37 | 15 | 45 | 62 |
| Binary | 10101111 | 1100101 | 1010000 | 0 | 101010 | 110110 | 11111 | 1101 | 100101 | 110010 |
Color Harmonies of #AF6550
Complementary color
Monochromatic Colors of #AF6550
Black with #AF6550
Text Example
Text Example
White with #AF6550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6550; }
p { color: rgb(175,101,80); }
H1.HeaderClassName
{
color: #AF6550;
}
.AnyTagClassName
{
color: #AF6550;
}
</style>
background-color css
<style>
a { background-color: #AF6550; }
a { background-color: rgb(175,101,80); }
div.DivClassName
{
background-color: #AF6550;
}
.BgClassName
{
background-color: #AF6550;
}
</style>
border-color css
<style>
span { border-color: #AF6550; }
span { border-color: rgb(175,101,80); }
td.TdClassName
{
border-color: #AF6550;
}
.TagClassName
{
border-color: #AF6550;
}
</style>