Shades of Sante Fe #AF6E5B
Tints of Sante Fe #AF6E5B
RGB
CMYK
RGB Variations
Color information
#AF6E5B (or 0xAF6E5B) is known color: Sante Fe. HEX triplet: AF, 6E and 5B. RGB value is (175,110,91). Sum of RGB (Red+Green+Blue) = 175+110+91=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6E5B is #5091A4. Grayscale: #7F7F7F. Windows color (decimal): -5280165 or 5992111. OLE color: 5992111.
HSL color Cylindrical-coordinate representation of color #AF6E5B: hue angle of 13.57º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF6E5B is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 110 | 91 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.31 |
| HSL | 13.57º | 0.34% | 0.52% | - |
| HSV(B) | 13.57º | 0.48% | 0.69% | - |
| XYZ | 25.14 | 21.02 | 12.63 | - |
| YUV | 127.27 | 107.53 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 110 | 91 | 0 | 0.37 | 0.48 | 0.31 | 13.57 | 0.34 | 0.52 |
| Hex | AF | 6E | 5B | 0 | 25 | 30 | 1F | E | 22 | 34 |
| Octal | 257 | 156 | 133 | 0 | 45 | 60 | 37 | 16 | 42 | 64 |
| Binary | 10101111 | 1101110 | 1011011 | 0 | 100101 | 110000 | 11111 | 1110 | 100010 | 110100 |
Color Harmonies of #AF6E5B
Complementary color
Monochromatic Colors of #AF6E5B
Black with #AF6E5B
Text Example
Text Example
White with #AF6E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6E5B; }
p { color: rgb(175,110,91); }
H1.HeaderClassName
{
color: #AF6E5B;
}
.AnyTagClassName
{
color: #AF6E5B;
}
</style>
background-color css
<style>
a { background-color: #AF6E5B; }
a { background-color: rgb(175,110,91); }
div.DivClassName
{
background-color: #AF6E5B;
}
.BgClassName
{
background-color: #AF6E5B;
}
</style>
border-color css
<style>
span { border-color: #AF6E5B; }
span { border-color: rgb(175,110,91); }
td.TdClassName
{
border-color: #AF6E5B;
}
.TagClassName
{
border-color: #AF6E5B;
}
</style>