Shades of Sante Fe #AF6153
Tints of Sante Fe #AF6153
RGB
CMYK
RGB Variations
Color information
#AF6153 (or 0xAF6153) is known color: Sante Fe. HEX triplet: AF, 61 and 53. RGB value is (175,97,83). Sum of RGB (Red+Green+Blue) = 175+97+83=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6153 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6153 is #509EAC. Grayscale: #767676. Windows color (decimal): -5283501 or 5464495. OLE color: 5464495.
HSL color Cylindrical-coordinate representation of color #AF6153: hue angle of 9.13º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF6153 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 97 | 83 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.31 |
| HSL | 9.13º | 0.37% | 0.51% | - |
| HSV(B) | 9.13º | 0.53% | 0.69% | - |
| XYZ | 23.52 | 18.29 | 10.47 | - |
| YUV | 118.73 | 107.84 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 97 | 83 | 0 | 0.45 | 0.53 | 0.31 | 9.13 | 0.37 | 0.51 |
| Hex | AF | 61 | 53 | 0 | 2D | 35 | 1F | 9 | 25 | 33 |
| Octal | 257 | 141 | 123 | 0 | 55 | 65 | 37 | 11 | 45 | 63 |
| Binary | 10101111 | 1100001 | 1010011 | 0 | 101101 | 110101 | 11111 | 1001 | 100101 | 110011 |
Color Harmonies of #AF6153
Complementary color
Monochromatic Colors of #AF6153
Black with #AF6153
Text Example
Text Example
White with #AF6153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6153; }
p { color: rgb(175,97,83); }
H1.HeaderClassName
{
color: #AF6153;
}
.AnyTagClassName
{
color: #AF6153;
}
</style>
background-color css
<style>
a { background-color: #AF6153; }
a { background-color: rgb(175,97,83); }
div.DivClassName
{
background-color: #AF6153;
}
.BgClassName
{
background-color: #AF6153;
}
</style>
border-color css
<style>
span { border-color: #AF6153; }
span { border-color: rgb(175,97,83); }
td.TdClassName
{
border-color: #AF6153;
}
.TagClassName
{
border-color: #AF6153;
}
</style>