Shades of Sante Fe #AF7653
Tints of Sante Fe #AF7653
RGB
CMYK
RGB Variations
Color information
#AF7653 (or 0xAF7653) is known color: Sante Fe. HEX triplet: AF, 76 and 53. RGB value is (175,118,83). Sum of RGB (Red+Green+Blue) = 175+118+83=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 83 (32.81% from 255 or 22.07% from 376); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7653 is #5089AC. Grayscale: #838383. Windows color (decimal): -5278125 or 5469871. OLE color: 5469871.
HSL color Cylindrical-coordinate representation of color #AF7653: hue angle of 22.83º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF7653 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 118 | 83 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.31 |
| HSL | 22.83º | 0.37% | 0.51% | - |
| HSV(B) | 22.83º | 0.53% | 0.69% | - |
| XYZ | 25.72 | 22.7 | 11.21 | - |
| YUV | 131.05 | 100.88 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 118 | 83 | 0 | 0.33 | 0.53 | 0.31 | 22.83 | 0.37 | 0.51 |
| Hex | AF | 76 | 53 | 0 | 21 | 35 | 1F | 17 | 25 | 33 |
| Octal | 257 | 166 | 123 | 0 | 41 | 65 | 37 | 27 | 45 | 63 |
| Binary | 10101111 | 1110110 | 1010011 | 0 | 100001 | 110101 | 11111 | 10111 | 100101 | 110011 |
Color Harmonies of #AF7653
Complementary color
Monochromatic Colors of #AF7653
Black with #AF7653
Text Example
Text Example
White with #AF7653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7653; }
p { color: rgb(175,118,83); }
H1.HeaderClassName
{
color: #AF7653;
}
.AnyTagClassName
{
color: #AF7653;
}
</style>
background-color css
<style>
a { background-color: #AF7653; }
a { background-color: rgb(175,118,83); }
div.DivClassName
{
background-color: #AF7653;
}
.BgClassName
{
background-color: #AF7653;
}
</style>
border-color css
<style>
span { border-color: #AF7653; }
span { border-color: rgb(175,118,83); }
td.TdClassName
{
border-color: #AF7653;
}
.TagClassName
{
border-color: #AF7653;
}
</style>