Shades of Sante Fe #AF644E
Tints of Sante Fe #AF644E
RGB
CMYK
RGB Variations
Color information
#AF644E (or 0xAF644E) is known color: Sante Fe. HEX triplet: AF, 64 and 4E. RGB value is (175,100,78). Sum of RGB (Red+Green+Blue) = 175+100+78=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 78 (30.86% from 255 or 22.10% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF644E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF644E is #509BB1. Grayscale: #787878. Windows color (decimal): -5282738 or 5137583. OLE color: 5137583.
HSL color Cylindrical-coordinate representation of color #AF644E: hue angle of 13.61º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF644E is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 100 | 78 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.31 |
| HSL | 13.61º | 0.38% | 0.5% | - |
| HSV(B) | 13.61º | 0.55% | 0.69% | - |
| XYZ | 23.61 | 18.78 | 9.59 | - |
| YUV | 119.92 | 104.35 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 78 | 0 | 0.43 | 0.55 | 0.31 | 13.61 | 0.38 | 0.5 |
| Hex | AF | 64 | 4E | 0 | 2B | 37 | 1F | E | 26 | 32 |
| Octal | 257 | 144 | 116 | 0 | 53 | 67 | 37 | 16 | 46 | 62 |
| Binary | 10101111 | 1100100 | 1001110 | 0 | 101011 | 110111 | 11111 | 1110 | 100110 | 110010 |
Color Harmonies of #AF644E
Complementary color
Monochromatic Colors of #AF644E
Black with #AF644E
Text Example
Text Example
White with #AF644E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF644E; }
p { color: rgb(175,100,78); }
H1.HeaderClassName
{
color: #AF644E;
}
.AnyTagClassName
{
color: #AF644E;
}
</style>
background-color css
<style>
a { background-color: #AF644E; }
a { background-color: rgb(175,100,78); }
div.DivClassName
{
background-color: #AF644E;
}
.BgClassName
{
background-color: #AF644E;
}
</style>
border-color css
<style>
span { border-color: #AF644E; }
span { border-color: rgb(175,100,78); }
td.TdClassName
{
border-color: #AF644E;
}
.TagClassName
{
border-color: #AF644E;
}
</style>