Shades of Sante Fe #AF704D
Tints of Sante Fe #AF704D
RGB
CMYK
RGB Variations
Color information
#AF704D (or 0xAF704D) is known color: Sante Fe. HEX triplet: AF, 70 and 4D. RGB value is (175,112,77). Sum of RGB (Red+Green+Blue) = 175+112+77=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF704D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF704D is #508FB2. Grayscale: #7F7F7F. Windows color (decimal): -5279667 or 5075119. OLE color: 5075119.
HSL color Cylindrical-coordinate representation of color #AF704D: hue angle of 21.43º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF704D is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 112 | 77 | - |
| CMYK | 0 | 0.36 | 0.56 | 0.31 |
| HSL | 21.43º | 0.39% | 0.49% | - |
| HSV(B) | 21.43º | 0.56% | 0.69% | - |
| XYZ | 24.81 | 21.24 | 9.81 | - |
| YUV | 126.85 | 99.87 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 112 | 77 | 0 | 0.36 | 0.56 | 0.31 | 21.43 | 0.39 | 0.49 |
| Hex | AF | 70 | 4D | 0 | 24 | 38 | 1F | 15 | 27 | 31 |
| Octal | 257 | 160 | 115 | 0 | 44 | 70 | 37 | 25 | 47 | 61 |
| Binary | 10101111 | 1110000 | 1001101 | 0 | 100100 | 111000 | 11111 | 10101 | 100111 | 110001 |
Color Harmonies of #AF704D
Complementary color
Monochromatic Colors of #AF704D
Black with #AF704D
Text Example
Text Example
White with #AF704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF704D; }
p { color: rgb(175,112,77); }
H1.HeaderClassName
{
color: #AF704D;
}
.AnyTagClassName
{
color: #AF704D;
}
</style>
background-color css
<style>
a { background-color: #AF704D; }
a { background-color: rgb(175,112,77); }
div.DivClassName
{
background-color: #AF704D;
}
.BgClassName
{
background-color: #AF704D;
}
</style>
border-color css
<style>
span { border-color: #AF704D; }
span { border-color: rgb(175,112,77); }
td.TdClassName
{
border-color: #AF704D;
}
.TagClassName
{
border-color: #AF704D;
}
</style>