Shades of Sante Fe #AF6E55
Tints of Sante Fe #AF6E55
RGB
CMYK
RGB Variations
Color information
#AF6E55 (or 0xAF6E55) is known color: Sante Fe. HEX triplet: AF, 6E and 55. RGB value is (175,110,85). Sum of RGB (Red+Green+Blue) = 175+110+85=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 110 (43.36% from 255 or 29.73% from 370); Blue value is 85 (33.59% from 255 or 22.97% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6E55 is #5091AA. Grayscale: #7E7E7E. Windows color (decimal): -5280171 or 5598895. OLE color: 5598895.
HSL color Cylindrical-coordinate representation of color #AF6E55: hue angle of 16.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF6E55 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 110 | 85 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.31 |
| HSL | 16.67º | 0.36% | 0.51% | - |
| HSV(B) | 16.67º | 0.51% | 0.69% | - |
| XYZ | 24.89 | 20.92 | 11.32 | - |
| YUV | 126.59 | 104.53 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 110 | 85 | 0 | 0.37 | 0.51 | 0.31 | 16.67 | 0.36 | 0.51 |
| Hex | AF | 6E | 55 | 0 | 25 | 33 | 1F | 11 | 24 | 33 |
| Octal | 257 | 156 | 125 | 0 | 45 | 63 | 37 | 21 | 44 | 63 |
| Binary | 10101111 | 1101110 | 1010101 | 0 | 100101 | 110011 | 11111 | 10001 | 100100 | 110011 |
Color Harmonies of #AF6E55
Complementary color
Monochromatic Colors of #AF6E55
Black with #AF6E55
Text Example
Text Example
White with #AF6E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6E55; }
p { color: rgb(175,110,85); }
H1.HeaderClassName
{
color: #AF6E55;
}
.AnyTagClassName
{
color: #AF6E55;
}
</style>
background-color css
<style>
a { background-color: #AF6E55; }
a { background-color: rgb(175,110,85); }
div.DivClassName
{
background-color: #AF6E55;
}
.BgClassName
{
background-color: #AF6E55;
}
</style>
border-color css
<style>
span { border-color: #AF6E55; }
span { border-color: rgb(175,110,85); }
td.TdClassName
{
border-color: #AF6E55;
}
.TagClassName
{
border-color: #AF6E55;
}
</style>