Shades of Sante Fe #AF6E59
Tints of Sante Fe #AF6E59
RGB
CMYK
RGB Variations
Color information
#AF6E59 (or 0xAF6E59) is known color: Sante Fe. HEX triplet: AF, 6E and 59. RGB value is (175,110,89). Sum of RGB (Red+Green+Blue) = 175+110+89=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 110 (43.36% from 255 or 29.41% from 374); Blue value is 89 (35.16% from 255 or 23.80% from 374); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6E59 is #5091A6. Grayscale: #7F7F7F. Windows color (decimal): -5280167 or 5861039. OLE color: 5861039.
HSL color Cylindrical-coordinate representation of color #AF6E59: hue angle of 14.65º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF6E59 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 110 | 89 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.31 |
| HSL | 14.65º | 0.35% | 0.52% | - |
| HSV(B) | 14.65º | 0.49% | 0.69% | - |
| XYZ | 25.06 | 20.99 | 12.18 | - |
| YUV | 127.04 | 106.53 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 110 | 89 | 0 | 0.37 | 0.49 | 0.31 | 14.65 | 0.35 | 0.52 |
| Hex | AF | 6E | 59 | 0 | 25 | 31 | 1F | F | 23 | 34 |
| Octal | 257 | 156 | 131 | 0 | 45 | 61 | 37 | 17 | 43 | 64 |
| Binary | 10101111 | 1101110 | 1011001 | 0 | 100101 | 110001 | 11111 | 1111 | 100011 | 110100 |
Color Harmonies of #AF6E59
Complementary color
Monochromatic Colors of #AF6E59
Black with #AF6E59
Text Example
Text Example
White with #AF6E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6E59; }
p { color: rgb(175,110,89); }
H1.HeaderClassName
{
color: #AF6E59;
}
.AnyTagClassName
{
color: #AF6E59;
}
</style>
background-color css
<style>
a { background-color: #AF6E59; }
a { background-color: rgb(175,110,89); }
div.DivClassName
{
background-color: #AF6E59;
}
.BgClassName
{
background-color: #AF6E59;
}
</style>
border-color css
<style>
span { border-color: #AF6E59; }
span { border-color: rgb(175,110,89); }
td.TdClassName
{
border-color: #AF6E59;
}
.TagClassName
{
border-color: #AF6E59;
}
</style>