Shades of Sante Fe #AF7154
Tints of Sante Fe #AF7154
RGB
CMYK
RGB Variations
Color information
#AF7154 (or 0xAF7154) is known color: Sante Fe. HEX triplet: AF, 71 and 54. RGB value is (175,113,84). Sum of RGB (Red+Green+Blue) = 175+113+84=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 84 (33.20% from 255 or 22.58% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7154 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7154 is #508EAB. Grayscale: #808080. Windows color (decimal): -5279404 or 5534127. OLE color: 5534127.
HSL color Cylindrical-coordinate representation of color #AF7154: hue angle of 19.12º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF7154 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 113 | 84 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.31 |
| HSL | 19.12º | 0.36% | 0.51% | - |
| HSV(B) | 19.12º | 0.52% | 0.69% | - |
| XYZ | 25.18 | 21.56 | 11.22 | - |
| YUV | 128.23 | 103.04 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 113 | 84 | 0 | 0.35 | 0.52 | 0.31 | 19.12 | 0.36 | 0.51 |
| Hex | AF | 71 | 54 | 0 | 23 | 34 | 1F | 13 | 24 | 33 |
| Octal | 257 | 161 | 124 | 0 | 43 | 64 | 37 | 23 | 44 | 63 |
| Binary | 10101111 | 1110001 | 1010100 | 0 | 100011 | 110100 | 11111 | 10011 | 100100 | 110011 |
Color Harmonies of #AF7154
Complementary color
Monochromatic Colors of #AF7154
Black with #AF7154
Text Example
Text Example
White with #AF7154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7154; }
p { color: rgb(175,113,84); }
H1.HeaderClassName
{
color: #AF7154;
}
.AnyTagClassName
{
color: #AF7154;
}
</style>
background-color css
<style>
a { background-color: #AF7154; }
a { background-color: rgb(175,113,84); }
div.DivClassName
{
background-color: #AF7154;
}
.BgClassName
{
background-color: #AF7154;
}
</style>
border-color css
<style>
span { border-color: #AF7154; }
span { border-color: rgb(175,113,84); }
td.TdClassName
{
border-color: #AF7154;
}
.TagClassName
{
border-color: #AF7154;
}
</style>