Shades of Sante Fe #AF684D
Tints of Sante Fe #AF684D
RGB
CMYK
RGB Variations
Color information
#AF684D (or 0xAF684D) is known color: Sante Fe. HEX triplet: AF, 68 and 4D. RGB value is (175,104,77). Sum of RGB (Red+Green+Blue) = 175+104+77=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF684D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF684D is #5097B2. Grayscale: #7A7A7A. Windows color (decimal): -5281715 or 5073071. OLE color: 5073071.
HSL color Cylindrical-coordinate representation of color #AF684D: hue angle of 16.53º 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 #AF684D is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 104 | 77 | - |
| CMYK | 0 | 0.41 | 0.56 | 0.31 |
| HSL | 16.53º | 0.39% | 0.49% | - |
| HSV(B) | 16.53º | 0.56% | 0.69% | - |
| XYZ | 23.97 | 19.55 | 9.53 | - |
| YUV | 122.15 | 102.52 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 104 | 77 | 0 | 0.41 | 0.56 | 0.31 | 16.53 | 0.39 | 0.49 |
| Hex | AF | 68 | 4D | 0 | 29 | 38 | 1F | 11 | 27 | 31 |
| Octal | 257 | 150 | 115 | 0 | 51 | 70 | 37 | 21 | 47 | 61 |
| Binary | 10101111 | 1101000 | 1001101 | 0 | 101001 | 111000 | 11111 | 10001 | 100111 | 110001 |
Color Harmonies of #AF684D
Complementary color
Monochromatic Colors of #AF684D
Black with #AF684D
Text Example
Text Example
White with #AF684D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF684D; }
p { color: rgb(175,104,77); }
H1.HeaderClassName
{
color: #AF684D;
}
.AnyTagClassName
{
color: #AF684D;
}
</style>
background-color css
<style>
a { background-color: #AF684D; }
a { background-color: rgb(175,104,77); }
div.DivClassName
{
background-color: #AF684D;
}
.BgClassName
{
background-color: #AF684D;
}
</style>
border-color css
<style>
span { border-color: #AF684D; }
span { border-color: rgb(175,104,77); }
td.TdClassName
{
border-color: #AF684D;
}
.TagClassName
{
border-color: #AF684D;
}
</style>