Shades of Sante Fe #AF6752
Tints of Sante Fe #AF6752
RGB
CMYK
RGB Variations
Color information
#AF6752 (or 0xAF6752) is known color: Sante Fe. HEX triplet: AF, 67 and 52. RGB value is (175,103,82). Sum of RGB (Red+Green+Blue) = 175+103+82=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 82 (32.42% from 255 or 22.78% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6752 is #5098AD. Grayscale: #7A7A7A. Windows color (decimal): -5281966 or 5400495. OLE color: 5400495.
HSL color Cylindrical-coordinate representation of color #AF6752: hue angle of 13.55º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF6752 is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 103 | 82 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.31 |
| HSL | 13.55º | 0.37% | 0.5% | - |
| HSV(B) | 13.55º | 0.53% | 0.69% | - |
| XYZ | 24.05 | 19.42 | 10.46 | - |
| YUV | 122.13 | 105.35 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 82 | 0 | 0.41 | 0.53 | 0.31 | 13.55 | 0.37 | 0.5 |
| Hex | AF | 67 | 52 | 0 | 29 | 35 | 1F | E | 25 | 32 |
| Octal | 257 | 147 | 122 | 0 | 51 | 65 | 37 | 16 | 45 | 62 |
| Binary | 10101111 | 1100111 | 1010010 | 0 | 101001 | 110101 | 11111 | 1110 | 100101 | 110010 |
Color Harmonies of #AF6752
Complementary color
Monochromatic Colors of #AF6752
Black with #AF6752
Text Example
Text Example
White with #AF6752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6752; }
p { color: rgb(175,103,82); }
H1.HeaderClassName
{
color: #AF6752;
}
.AnyTagClassName
{
color: #AF6752;
}
</style>
background-color css
<style>
a { background-color: #AF6752; }
a { background-color: rgb(175,103,82); }
div.DivClassName
{
background-color: #AF6752;
}
.BgClassName
{
background-color: #AF6752;
}
</style>
border-color css
<style>
span { border-color: #AF6752; }
span { border-color: rgb(175,103,82); }
td.TdClassName
{
border-color: #AF6752;
}
.TagClassName
{
border-color: #AF6752;
}
</style>