Shades of Sante Fe #AF684A
Tints of Sante Fe #AF684A
RGB
CMYK
RGB Variations
Color information
#AF684A (or 0xAF684A) is known color: Sante Fe. HEX triplet: AF, 68 and 4A. RGB value is (175,104,74). Sum of RGB (Red+Green+Blue) = 175+104+74=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF684A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF684A is #5097B5. Grayscale: #7A7A7A. Windows color (decimal): -5281718 or 4876463. OLE color: 4876463.
HSL color Cylindrical-coordinate representation of color #AF684A: hue angle of 17.82º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF684A is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 104 | 74 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.31 |
| HSL | 17.82º | 0.41% | 0.49% | - |
| HSV(B) | 17.82º | 0.58% | 0.69% | - |
| XYZ | 23.87 | 19.51 | 8.99 | - |
| YUV | 121.81 | 101.02 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 104 | 74 | 0 | 0.41 | 0.58 | 0.31 | 17.82 | 0.41 | 0.49 |
| Hex | AF | 68 | 4A | 0 | 29 | 3A | 1F | 12 | 29 | 31 |
| Octal | 257 | 150 | 112 | 0 | 51 | 72 | 37 | 22 | 51 | 61 |
| Binary | 10101111 | 1101000 | 1001010 | 0 | 101001 | 111010 | 11111 | 10010 | 101001 | 110001 |
Color Harmonies of #AF684A
Complementary color
Monochromatic Colors of #AF684A
Black with #AF684A
Text Example
Text Example
White with #AF684A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF684A; }
p { color: rgb(175,104,74); }
H1.HeaderClassName
{
color: #AF684A;
}
.AnyTagClassName
{
color: #AF684A;
}
</style>
background-color css
<style>
a { background-color: #AF684A; }
a { background-color: rgb(175,104,74); }
div.DivClassName
{
background-color: #AF684A;
}
.BgClassName
{
background-color: #AF684A;
}
</style>
border-color css
<style>
span { border-color: #AF684A; }
span { border-color: rgb(175,104,74); }
td.TdClassName
{
border-color: #AF684A;
}
.TagClassName
{
border-color: #AF684A;
}
</style>