Shades of Sante Fe #AF6E4D
Tints of Sante Fe #AF6E4D
RGB
CMYK
RGB Variations
Color information
#AF6E4D (or 0xAF6E4D) is known color: Sante Fe. HEX triplet: AF, 6E and 4D. RGB value is (175,110,77). Sum of RGB (Red+Green+Blue) = 175+110+77=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6E4D is #5091B2. Grayscale: #7D7D7D. Windows color (decimal): -5280179 or 5074607. OLE color: 5074607.
HSL color Cylindrical-coordinate representation of color #AF6E4D: hue angle of 20.2º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF6E4D is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 110 | 77 | - |
| CMYK | 0 | 0.37 | 0.56 | 0.31 |
| HSL | 20.2º | 0.39% | 0.49% | - |
| HSV(B) | 20.2º | 0.56% | 0.69% | - |
| XYZ | 24.59 | 20.8 | 9.74 | - |
| YUV | 125.67 | 100.53 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 110 | 77 | 0 | 0.37 | 0.56 | 0.31 | 20.2 | 0.39 | 0.49 |
| Hex | AF | 6E | 4D | 0 | 25 | 38 | 1F | 14 | 27 | 31 |
| Octal | 257 | 156 | 115 | 0 | 45 | 70 | 37 | 24 | 47 | 61 |
| Binary | 10101111 | 1101110 | 1001101 | 0 | 100101 | 111000 | 11111 | 10100 | 100111 | 110001 |
Color Harmonies of #AF6E4D
Complementary color
Monochromatic Colors of #AF6E4D
Black with #AF6E4D
Text Example
Text Example
White with #AF6E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6E4D; }
p { color: rgb(175,110,77); }
H1.HeaderClassName
{
color: #AF6E4D;
}
.AnyTagClassName
{
color: #AF6E4D;
}
</style>
background-color css
<style>
a { background-color: #AF6E4D; }
a { background-color: rgb(175,110,77); }
div.DivClassName
{
background-color: #AF6E4D;
}
.BgClassName
{
background-color: #AF6E4D;
}
</style>
border-color css
<style>
span { border-color: #AF6E4D; }
span { border-color: rgb(175,110,77); }
td.TdClassName
{
border-color: #AF6E4D;
}
.TagClassName
{
border-color: #AF6E4D;
}
</style>