Shades of Sante Fe #AF7557
Tints of Sante Fe #AF7557
RGB
CMYK
RGB Variations
Color information
#AF7557 (or 0xAF7557) is known color: Sante Fe. HEX triplet: AF, 75 and 57. RGB value is (175,117,87). Sum of RGB (Red+Green+Blue) = 175+117+87=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 87 (34.38% from 255 or 22.96% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7557 is #508AA8. Grayscale: #838383. Windows color (decimal): -5278377 or 5731759. OLE color: 5731759.
HSL color Cylindrical-coordinate representation of color #AF7557: hue angle of 20.45º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF7557 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 117 | 87 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.31 |
| HSL | 20.45º | 0.35% | 0.51% | - |
| HSV(B) | 20.45º | 0.5% | 0.69% | - |
| XYZ | 25.76 | 22.52 | 12.01 | - |
| YUV | 130.92 | 103.22 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 117 | 87 | 0 | 0.33 | 0.50 | 0.31 | 20.45 | 0.35 | 0.51 |
| Hex | AF | 75 | 57 | 0 | 21 | 32 | 1F | 14 | 23 | 33 |
| Octal | 257 | 165 | 127 | 0 | 41 | 62 | 37 | 24 | 43 | 63 |
| Binary | 10101111 | 1110101 | 1010111 | 0 | 100001 | 110010 | 11111 | 10100 | 100011 | 110011 |
Color Harmonies of #AF7557
Complementary color
Monochromatic Colors of #AF7557
Black with #AF7557
Text Example
Text Example
White with #AF7557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7557; }
p { color: rgb(175,117,87); }
H1.HeaderClassName
{
color: #AF7557;
}
.AnyTagClassName
{
color: #AF7557;
}
</style>
background-color css
<style>
a { background-color: #AF7557; }
a { background-color: rgb(175,117,87); }
div.DivClassName
{
background-color: #AF7557;
}
.BgClassName
{
background-color: #AF7557;
}
</style>
border-color css
<style>
span { border-color: #AF7557; }
span { border-color: rgb(175,117,87); }
td.TdClassName
{
border-color: #AF7557;
}
.TagClassName
{
border-color: #AF7557;
}
</style>