Shades of Sante Fe #AF704E
Tints of Sante Fe #AF704E
RGB
CMYK
RGB Variations
Color information
#AF704E (or 0xAF704E) is known color: Sante Fe. HEX triplet: AF, 70 and 4E. RGB value is (175,112,78). Sum of RGB (Red+Green+Blue) = 175+112+78=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF704E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF704E is #508FB1. Grayscale: #7F7F7F. Windows color (decimal): -5279666 or 5140655. OLE color: 5140655.
HSL color Cylindrical-coordinate representation of color #AF704E: hue angle of 21.03º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF704E is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 112 | 78 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.31 |
| HSL | 21.03º | 0.38% | 0.5% | - |
| HSV(B) | 21.03º | 0.55% | 0.69% | - |
| XYZ | 24.85 | 21.25 | 10 | - |
| YUV | 126.96 | 100.37 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 112 | 78 | 0 | 0.36 | 0.55 | 0.31 | 21.03 | 0.38 | 0.5 |
| Hex | AF | 70 | 4E | 0 | 24 | 37 | 1F | 15 | 26 | 32 |
| Octal | 257 | 160 | 116 | 0 | 44 | 67 | 37 | 25 | 46 | 62 |
| Binary | 10101111 | 1110000 | 1001110 | 0 | 100100 | 110111 | 11111 | 10101 | 100110 | 110010 |
Color Harmonies of #AF704E
Complementary color
Monochromatic Colors of #AF704E
Black with #AF704E
Text Example
Text Example
White with #AF704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF704E; }
p { color: rgb(175,112,78); }
H1.HeaderClassName
{
color: #AF704E;
}
.AnyTagClassName
{
color: #AF704E;
}
</style>
background-color css
<style>
a { background-color: #AF704E; }
a { background-color: rgb(175,112,78); }
div.DivClassName
{
background-color: #AF704E;
}
.BgClassName
{
background-color: #AF704E;
}
</style>
border-color css
<style>
span { border-color: #AF704E; }
span { border-color: rgb(175,112,78); }
td.TdClassName
{
border-color: #AF704E;
}
.TagClassName
{
border-color: #AF704E;
}
</style>