Shades of Sante Fe #AF6E4C
Tints of Sante Fe #AF6E4C
RGB
CMYK
RGB Variations
Color information
#AF6E4C (or 0xAF6E4C) is known color: Sante Fe. HEX triplet: AF, 6E and 4C. RGB value is (175,110,76). Sum of RGB (Red+Green+Blue) = 175+110+76=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6E4C is #5091B3. Grayscale: #7D7D7D. Windows color (decimal): -5280180 or 5009071. OLE color: 5009071.
HSL color Cylindrical-coordinate representation of color #AF6E4C: hue angle of 20.61º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF6E4C is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 110 | 76 | - |
| CMYK | 0 | 0.37 | 0.57 | 0.31 |
| HSL | 20.61º | 0.39% | 0.49% | - |
| HSV(B) | 20.61º | 0.57% | 0.69% | - |
| XYZ | 24.56 | 20.79 | 9.56 | - |
| YUV | 125.56 | 100.03 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 110 | 76 | 0 | 0.37 | 0.57 | 0.31 | 20.61 | 0.39 | 0.49 |
| Hex | AF | 6E | 4C | 0 | 25 | 39 | 1F | 15 | 27 | 31 |
| Octal | 257 | 156 | 114 | 0 | 45 | 71 | 37 | 25 | 47 | 61 |
| Binary | 10101111 | 1101110 | 1001100 | 0 | 100101 | 111001 | 11111 | 10101 | 100111 | 110001 |
Color Harmonies of #AF6E4C
Complementary color
Monochromatic Colors of #AF6E4C
Black with #AF6E4C
Text Example
Text Example
White with #AF6E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6E4C; }
p { color: rgb(175,110,76); }
H1.HeaderClassName
{
color: #AF6E4C;
}
.AnyTagClassName
{
color: #AF6E4C;
}
</style>
background-color css
<style>
a { background-color: #AF6E4C; }
a { background-color: rgb(175,110,76); }
div.DivClassName
{
background-color: #AF6E4C;
}
.BgClassName
{
background-color: #AF6E4C;
}
</style>
border-color css
<style>
span { border-color: #AF6E4C; }
span { border-color: rgb(175,110,76); }
td.TdClassName
{
border-color: #AF6E4C;
}
.TagClassName
{
border-color: #AF6E4C;
}
</style>