Shades of Sante Fe #AF6C50
Tints of Sante Fe #AF6C50
RGB
CMYK
RGB Variations
Color information
#AF6C50 (or 0xAF6C50) is known color: Sante Fe. HEX triplet: AF, 6C and 50. RGB value is (175,108,80). Sum of RGB (Red+Green+Blue) = 175+108+80=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6C50 is #5093AF. Grayscale: #7D7D7D. Windows color (decimal): -5280688 or 5270703. OLE color: 5270703.
HSL color Cylindrical-coordinate representation of color #AF6C50: hue angle of 17.68º 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 #AF6C50 is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 108 | 80 | - |
| CMYK | 0 | 0.38 | 0.54 | 0.31 |
| HSL | 17.68º | 0.37% | 0.5% | - |
| HSV(B) | 17.68º | 0.54% | 0.69% | - |
| XYZ | 24.49 | 20.42 | 10.24 | - |
| YUV | 124.84 | 102.7 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 108 | 80 | 0 | 0.38 | 0.54 | 0.31 | 17.68 | 0.37 | 0.5 |
| Hex | AF | 6C | 50 | 0 | 26 | 36 | 1F | 12 | 25 | 32 |
| Octal | 257 | 154 | 120 | 0 | 46 | 66 | 37 | 22 | 45 | 62 |
| Binary | 10101111 | 1101100 | 1010000 | 0 | 100110 | 110110 | 11111 | 10010 | 100101 | 110010 |
Color Harmonies of #AF6C50
Complementary color
Monochromatic Colors of #AF6C50
Black with #AF6C50
Text Example
Text Example
White with #AF6C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6C50; }
p { color: rgb(175,108,80); }
H1.HeaderClassName
{
color: #AF6C50;
}
.AnyTagClassName
{
color: #AF6C50;
}
</style>
background-color css
<style>
a { background-color: #AF6C50; }
a { background-color: rgb(175,108,80); }
div.DivClassName
{
background-color: #AF6C50;
}
.BgClassName
{
background-color: #AF6C50;
}
</style>
border-color css
<style>
span { border-color: #AF6C50; }
span { border-color: rgb(175,108,80); }
td.TdClassName
{
border-color: #AF6C50;
}
.TagClassName
{
border-color: #AF6C50;
}
</style>