Shades of Sante Fe #AF7350
Tints of Sante Fe #AF7350
RGB
CMYK
RGB Variations
Color information
#AF7350 (or 0xAF7350) is known color: Sante Fe. HEX triplet: AF, 73 and 50. RGB value is (175,115,80). Sum of RGB (Red+Green+Blue) = 175+115+80=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7350 is #508CAF. Grayscale: #818181. Windows color (decimal): -5278896 or 5272495. OLE color: 5272495.
HSL color Cylindrical-coordinate representation of color #AF7350: hue angle of 22.11º 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 #AF7350 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 115 | 80 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.31 |
| HSL | 22.11º | 0.37% | 0.5% | - |
| HSV(B) | 22.11º | 0.54% | 0.69% | - |
| XYZ | 25.26 | 21.95 | 10.5 | - |
| YUV | 128.95 | 100.38 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 115 | 80 | 0 | 0.34 | 0.54 | 0.31 | 22.11 | 0.37 | 0.5 |
| Hex | AF | 73 | 50 | 0 | 22 | 36 | 1F | 16 | 25 | 32 |
| Octal | 257 | 163 | 120 | 0 | 42 | 66 | 37 | 26 | 45 | 62 |
| Binary | 10101111 | 1110011 | 1010000 | 0 | 100010 | 110110 | 11111 | 10110 | 100101 | 110010 |
Color Harmonies of #AF7350
Complementary color
Monochromatic Colors of #AF7350
Black with #AF7350
Text Example
Text Example
White with #AF7350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7350; }
p { color: rgb(175,115,80); }
H1.HeaderClassName
{
color: #AF7350;
}
.AnyTagClassName
{
color: #AF7350;
}
</style>
background-color css
<style>
a { background-color: #AF7350; }
a { background-color: rgb(175,115,80); }
div.DivClassName
{
background-color: #AF7350;
}
.BgClassName
{
background-color: #AF7350;
}
</style>
border-color css
<style>
span { border-color: #AF7350; }
span { border-color: rgb(175,115,80); }
td.TdClassName
{
border-color: #AF7350;
}
.TagClassName
{
border-color: #AF7350;
}
</style>