Shades of Sante Fe #AF674D
Tints of Sante Fe #AF674D
RGB
CMYK
RGB Variations
Color information
#AF674D (or 0xAF674D) is known color: Sante Fe. HEX triplet: AF, 67 and 4D. RGB value is (175,103,77). Sum of RGB (Red+Green+Blue) = 175+103+77=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 77 (30.47% from 255 or 21.69% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF674D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF674D is #5098B2. Grayscale: #797979. Windows color (decimal): -5281971 or 5072815. OLE color: 5072815.
HSL color Cylindrical-coordinate representation of color #AF674D: hue angle of 15.92º 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 #AF674D is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 103 | 77 | - |
| CMYK | 0 | 0.41 | 0.56 | 0.31 |
| HSL | 15.92º | 0.39% | 0.49% | - |
| HSV(B) | 15.92º | 0.56% | 0.69% | - |
| XYZ | 23.87 | 19.35 | 9.5 | - |
| YUV | 121.56 | 102.85 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 77 | 0 | 0.41 | 0.56 | 0.31 | 15.92 | 0.39 | 0.49 |
| Hex | AF | 67 | 4D | 0 | 29 | 38 | 1F | 10 | 27 | 31 |
| Octal | 257 | 147 | 115 | 0 | 51 | 70 | 37 | 20 | 47 | 61 |
| Binary | 10101111 | 1100111 | 1001101 | 0 | 101001 | 111000 | 11111 | 10000 | 100111 | 110001 |
Color Harmonies of #AF674D
Complementary color
Monochromatic Colors of #AF674D
Black with #AF674D
Text Example
Text Example
White with #AF674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF674D; }
p { color: rgb(175,103,77); }
H1.HeaderClassName
{
color: #AF674D;
}
.AnyTagClassName
{
color: #AF674D;
}
</style>
background-color css
<style>
a { background-color: #AF674D; }
a { background-color: rgb(175,103,77); }
div.DivClassName
{
background-color: #AF674D;
}
.BgClassName
{
background-color: #AF674D;
}
</style>
border-color css
<style>
span { border-color: #AF674D; }
span { border-color: rgb(175,103,77); }
td.TdClassName
{
border-color: #AF674D;
}
.TagClassName
{
border-color: #AF674D;
}
</style>