Shades of Sante Fe #AF7753
Tints of Sante Fe #AF7753
RGB
CMYK
RGB Variations
Color information
#AF7753 (or 0xAF7753) is known color: Sante Fe. HEX triplet: AF, 77 and 53. RGB value is (175,119,83). Sum of RGB (Red+Green+Blue) = 175+119+83=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 83 (32.81% from 255 or 22.02% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7753 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7753 is #5088AC. Grayscale: #838383. Windows color (decimal): -5277869 or 5470127. OLE color: 5470127.
HSL color Cylindrical-coordinate representation of color #AF7753: hue angle of 23.48º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF7753 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 119 | 83 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.31 |
| HSL | 23.48º | 0.37% | 0.51% | - |
| HSV(B) | 23.48º | 0.53% | 0.69% | - |
| XYZ | 25.84 | 22.93 | 11.25 | - |
| YUV | 131.64 | 100.55 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 119 | 83 | 0 | 0.32 | 0.53 | 0.31 | 23.48 | 0.37 | 0.51 |
| Hex | AF | 77 | 53 | 0 | 20 | 35 | 1F | 17 | 25 | 33 |
| Octal | 257 | 167 | 123 | 0 | 40 | 65 | 37 | 27 | 45 | 63 |
| Binary | 10101111 | 1110111 | 1010011 | 0 | 100000 | 110101 | 11111 | 10111 | 100101 | 110011 |
Color Harmonies of #AF7753
Complementary color
Monochromatic Colors of #AF7753
Black with #AF7753
Text Example
Text Example
White with #AF7753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7753; }
p { color: rgb(175,119,83); }
H1.HeaderClassName
{
color: #AF7753;
}
.AnyTagClassName
{
color: #AF7753;
}
</style>
background-color css
<style>
a { background-color: #AF7753; }
a { background-color: rgb(175,119,83); }
div.DivClassName
{
background-color: #AF7753;
}
.BgClassName
{
background-color: #AF7753;
}
</style>
border-color css
<style>
span { border-color: #AF7753; }
span { border-color: rgb(175,119,83); }
td.TdClassName
{
border-color: #AF7753;
}
.TagClassName
{
border-color: #AF7753;
}
</style>