Shades of Sante Fe #AF6250
Tints of Sante Fe #AF6250
RGB
CMYK
RGB Variations
Color information
#AF6250 (or 0xAF6250) is known color: Sante Fe. HEX triplet: AF, 62 and 50. RGB value is (175,98,80). Sum of RGB (Red+Green+Blue) = 175+98+80=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6250 is #509DAF. Grayscale: #777777. Windows color (decimal): -5283248 or 5268143. OLE color: 5268143.
HSL color Cylindrical-coordinate representation of color #AF6250: hue angle of 11.37º 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 #AF6250 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 98 | 80 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.31 |
| HSL | 11.37º | 0.37% | 0.5% | - |
| HSV(B) | 11.37º | 0.54% | 0.69% | - |
| XYZ | 23.49 | 18.43 | 9.91 | - |
| YUV | 118.97 | 106.01 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 98 | 80 | 0 | 0.44 | 0.54 | 0.31 | 11.37 | 0.37 | 0.5 |
| Hex | AF | 62 | 50 | 0 | 2C | 36 | 1F | B | 25 | 32 |
| Octal | 257 | 142 | 120 | 0 | 54 | 66 | 37 | 13 | 45 | 62 |
| Binary | 10101111 | 1100010 | 1010000 | 0 | 101100 | 110110 | 11111 | 1011 | 100101 | 110010 |
Color Harmonies of #AF6250
Complementary color
Monochromatic Colors of #AF6250
Black with #AF6250
Text Example
Text Example
White with #AF6250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6250; }
p { color: rgb(175,98,80); }
H1.HeaderClassName
{
color: #AF6250;
}
.AnyTagClassName
{
color: #AF6250;
}
</style>
background-color css
<style>
a { background-color: #AF6250; }
a { background-color: rgb(175,98,80); }
div.DivClassName
{
background-color: #AF6250;
}
.BgClassName
{
background-color: #AF6250;
}
</style>
border-color css
<style>
span { border-color: #AF6250; }
span { border-color: rgb(175,98,80); }
td.TdClassName
{
border-color: #AF6250;
}
.TagClassName
{
border-color: #AF6250;
}
</style>