Shades of Sante Fe #AF7356
Tints of Sante Fe #AF7356
RGB
CMYK
RGB Variations
Color information
#AF7356 (or 0xAF7356) is known color: Sante Fe. HEX triplet: AF, 73 and 56. RGB value is (175,115,86). Sum of RGB (Red+Green+Blue) = 175+115+86=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 86 (33.98% from 255 or 22.87% from 376); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7356 is #508CA9. Grayscale: #818181. Windows color (decimal): -5278890 or 5665711. OLE color: 5665711.
HSL color Cylindrical-coordinate representation of color #AF7356: hue angle of 19.55º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF7356 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 115 | 86 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.31 |
| HSL | 19.55º | 0.36% | 0.51% | - |
| HSV(B) | 19.55º | 0.51% | 0.69% | - |
| XYZ | 25.49 | 22.05 | 11.72 | - |
| YUV | 129.63 | 103.38 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 115 | 86 | 0 | 0.34 | 0.51 | 0.31 | 19.55 | 0.36 | 0.51 |
| Hex | AF | 73 | 56 | 0 | 22 | 33 | 1F | 14 | 24 | 33 |
| Octal | 257 | 163 | 126 | 0 | 42 | 63 | 37 | 24 | 44 | 63 |
| Binary | 10101111 | 1110011 | 1010110 | 0 | 100010 | 110011 | 11111 | 10100 | 100100 | 110011 |
Color Harmonies of #AF7356
Complementary color
Monochromatic Colors of #AF7356
Black with #AF7356
Text Example
Text Example
White with #AF7356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7356; }
p { color: rgb(175,115,86); }
H1.HeaderClassName
{
color: #AF7356;
}
.AnyTagClassName
{
color: #AF7356;
}
</style>
background-color css
<style>
a { background-color: #AF7356; }
a { background-color: rgb(175,115,86); }
div.DivClassName
{
background-color: #AF7356;
}
.BgClassName
{
background-color: #AF7356;
}
</style>
border-color css
<style>
span { border-color: #AF7356; }
span { border-color: rgb(175,115,86); }
td.TdClassName
{
border-color: #AF7356;
}
.TagClassName
{
border-color: #AF7356;
}
</style>