Shades of Sante Fe #AF6E54
Tints of Sante Fe #AF6E54
RGB
CMYK
RGB Variations
Color information
#AF6E54 (or 0xAF6E54) is known color: Sante Fe. HEX triplet: AF, 6E and 54. RGB value is (175,110,84). Sum of RGB (Red+Green+Blue) = 175+110+84=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 84 (33.20% from 255 or 22.76% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6E54 is #5091AB. Grayscale: #7E7E7E. Windows color (decimal): -5280172 or 5533359. OLE color: 5533359.
HSL color Cylindrical-coordinate representation of color #AF6E54: hue angle of 17.14º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF6E54 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 110 | 84 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.31 |
| HSL | 17.14º | 0.36% | 0.51% | - |
| HSV(B) | 17.14º | 0.52% | 0.69% | - |
| XYZ | 24.86 | 20.91 | 11.11 | - |
| YUV | 126.47 | 104.03 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 110 | 84 | 0 | 0.37 | 0.52 | 0.31 | 17.14 | 0.36 | 0.51 |
| Hex | AF | 6E | 54 | 0 | 25 | 34 | 1F | 11 | 24 | 33 |
| Octal | 257 | 156 | 124 | 0 | 45 | 64 | 37 | 21 | 44 | 63 |
| Binary | 10101111 | 1101110 | 1010100 | 0 | 100101 | 110100 | 11111 | 10001 | 100100 | 110011 |
Color Harmonies of #AF6E54
Complementary color
Monochromatic Colors of #AF6E54
Black with #AF6E54
Text Example
Text Example
White with #AF6E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6E54; }
p { color: rgb(175,110,84); }
H1.HeaderClassName
{
color: #AF6E54;
}
.AnyTagClassName
{
color: #AF6E54;
}
</style>
background-color css
<style>
a { background-color: #AF6E54; }
a { background-color: rgb(175,110,84); }
div.DivClassName
{
background-color: #AF6E54;
}
.BgClassName
{
background-color: #AF6E54;
}
</style>
border-color css
<style>
span { border-color: #AF6E54; }
span { border-color: rgb(175,110,84); }
td.TdClassName
{
border-color: #AF6E54;
}
.TagClassName
{
border-color: #AF6E54;
}
</style>