Shades of Sante Fe #AF644D
Tints of Sante Fe #AF644D
RGB
CMYK
RGB Variations
Color information
#AF644D (or 0xAF644D) is known color: Sante Fe. HEX triplet: AF, 64 and 4D. RGB value is (175,100,77). Sum of RGB (Red+Green+Blue) = 175+100+77=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF644D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF644D is #509BB2. Grayscale: #777777. Windows color (decimal): -5282739 or 5072047. OLE color: 5072047.
HSL color Cylindrical-coordinate representation of color #AF644D: hue angle of 14.08º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF644D is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 100 | 77 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.31 |
| HSL | 14.08º | 0.39% | 0.49% | - |
| HSV(B) | 14.08º | 0.56% | 0.69% | - |
| XYZ | 23.58 | 18.76 | 9.4 | - |
| YUV | 119.8 | 103.85 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 77 | 0 | 0.43 | 0.56 | 0.31 | 14.08 | 0.39 | 0.49 |
| Hex | AF | 64 | 4D | 0 | 2B | 38 | 1F | E | 27 | 31 |
| Octal | 257 | 144 | 115 | 0 | 53 | 70 | 37 | 16 | 47 | 61 |
| Binary | 10101111 | 1100100 | 1001101 | 0 | 101011 | 111000 | 11111 | 1110 | 100111 | 110001 |
Color Harmonies of #AF644D
Complementary color
Monochromatic Colors of #AF644D
Black with #AF644D
Text Example
Text Example
White with #AF644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF644D; }
p { color: rgb(175,100,77); }
H1.HeaderClassName
{
color: #AF644D;
}
.AnyTagClassName
{
color: #AF644D;
}
</style>
background-color css
<style>
a { background-color: #AF644D; }
a { background-color: rgb(175,100,77); }
div.DivClassName
{
background-color: #AF644D;
}
.BgClassName
{
background-color: #AF644D;
}
</style>
border-color css
<style>
span { border-color: #AF644D; }
span { border-color: rgb(175,100,77); }
td.TdClassName
{
border-color: #AF644D;
}
.TagClassName
{
border-color: #AF644D;
}
</style>