Shades of Sante Fe #AF705C
Tints of Sante Fe #AF705C
RGB
CMYK
RGB Variations
Color information
#AF705C (or 0xAF705C) is known color: Sante Fe. HEX triplet: AF, 70 and 5C. RGB value is (175,112,92). Sum of RGB (Red+Green+Blue) = 175+112+92=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF705C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF705C is #508FA3. Grayscale: #808080. Windows color (decimal): -5279652 or 6058159. OLE color: 6058159.
HSL color Cylindrical-coordinate representation of color #AF705C: hue angle of 14.46º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF705C is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 112 | 92 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.31 |
| HSL | 14.46º | 0.34% | 0.52% | - |
| HSV(B) | 14.46º | 0.47% | 0.69% | - |
| XYZ | 25.41 | 21.48 | 12.93 | - |
| YUV | 128.56 | 107.37 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 112 | 92 | 0 | 0.36 | 0.47 | 0.31 | 14.46 | 0.34 | 0.52 |
| Hex | AF | 70 | 5C | 0 | 24 | 2F | 1F | E | 22 | 34 |
| Octal | 257 | 160 | 134 | 0 | 44 | 57 | 37 | 16 | 42 | 64 |
| Binary | 10101111 | 1110000 | 1011100 | 0 | 100100 | 101111 | 11111 | 1110 | 100010 | 110100 |
Color Harmonies of #AF705C
Complementary color
Monochromatic Colors of #AF705C
Black with #AF705C
Text Example
Text Example
White with #AF705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF705C; }
p { color: rgb(175,112,92); }
H1.HeaderClassName
{
color: #AF705C;
}
.AnyTagClassName
{
color: #AF705C;
}
</style>
background-color css
<style>
a { background-color: #AF705C; }
a { background-color: rgb(175,112,92); }
div.DivClassName
{
background-color: #AF705C;
}
.BgClassName
{
background-color: #AF705C;
}
</style>
border-color css
<style>
span { border-color: #AF705C; }
span { border-color: rgb(175,112,92); }
td.TdClassName
{
border-color: #AF705C;
}
.TagClassName
{
border-color: #AF705C;
}
</style>