Shades of Sante Fe #AF6551
Tints of Sante Fe #AF6551
RGB
CMYK
RGB Variations
Color information
#AF6551 (or 0xAF6551) is known color: Sante Fe. HEX triplet: AF, 65 and 51. RGB value is (175,101,81). Sum of RGB (Red+Green+Blue) = 175+101+81=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 81 (32.03% from 255 or 22.69% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6551 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6551 is #509AAE. Grayscale: #797979. Windows color (decimal): -5282479 or 5334447. OLE color: 5334447.
HSL color Cylindrical-coordinate representation of color #AF6551: hue angle of 12.77º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF6551 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 101 | 81 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.31 |
| HSL | 12.77º | 0.37% | 0.5% | - |
| HSV(B) | 12.77º | 0.54% | 0.69% | - |
| XYZ | 23.82 | 19.02 | 10.2 | - |
| YUV | 120.85 | 105.52 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 81 | 0 | 0.42 | 0.54 | 0.31 | 12.77 | 0.37 | 0.5 |
| Hex | AF | 65 | 51 | 0 | 2A | 36 | 1F | D | 25 | 32 |
| Octal | 257 | 145 | 121 | 0 | 52 | 66 | 37 | 15 | 45 | 62 |
| Binary | 10101111 | 1100101 | 1010001 | 0 | 101010 | 110110 | 11111 | 1101 | 100101 | 110010 |
Color Harmonies of #AF6551
Complementary color
Monochromatic Colors of #AF6551
Black with #AF6551
Text Example
Text Example
White with #AF6551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6551; }
p { color: rgb(175,101,81); }
H1.HeaderClassName
{
color: #AF6551;
}
.AnyTagClassName
{
color: #AF6551;
}
</style>
background-color css
<style>
a { background-color: #AF6551; }
a { background-color: rgb(175,101,81); }
div.DivClassName
{
background-color: #AF6551;
}
.BgClassName
{
background-color: #AF6551;
}
</style>
border-color css
<style>
span { border-color: #AF6551; }
span { border-color: rgb(175,101,81); }
td.TdClassName
{
border-color: #AF6551;
}
.TagClassName
{
border-color: #AF6551;
}
</style>