Shades of Sante Fe #AF6D4B
Tints of Sante Fe #AF6D4B
RGB
CMYK
RGB Variations
Color information
#AF6D4B (or 0xAF6D4B) is known color: Sante Fe. HEX triplet: AF, 6D and 4B. RGB value is (175,109,75). Sum of RGB (Red+Green+Blue) = 175+109+75=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 75 (29.69% from 255 or 20.89% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6D4B is #5092B4. Grayscale: #7D7D7D. Windows color (decimal): -5280437 or 4943279. OLE color: 4943279.
HSL color Cylindrical-coordinate representation of color #AF6D4B: hue angle of 20.4º degrees, saturation: 0.4, 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 #AF6D4B is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 109 | 75 | - |
| CMYK | 0 | 0.38 | 0.57 | 0.31 |
| HSL | 20.4º | 0.4% | 0.49% | - |
| HSV(B) | 20.4º | 0.57% | 0.69% | - |
| XYZ | 24.42 | 20.56 | 9.34 | - |
| YUV | 124.86 | 99.87 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 109 | 75 | 0 | 0.38 | 0.57 | 0.31 | 20.4 | 0.4 | 0.49 |
| Hex | AF | 6D | 4B | 0 | 26 | 39 | 1F | 14 | 28 | 31 |
| Octal | 257 | 155 | 113 | 0 | 46 | 71 | 37 | 24 | 50 | 61 |
| Binary | 10101111 | 1101101 | 1001011 | 0 | 100110 | 111001 | 11111 | 10100 | 101000 | 110001 |
Color Harmonies of #AF6D4B
Complementary color
Monochromatic Colors of #AF6D4B
Black with #AF6D4B
Text Example
Text Example
White with #AF6D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6D4B; }
p { color: rgb(175,109,75); }
H1.HeaderClassName
{
color: #AF6D4B;
}
.AnyTagClassName
{
color: #AF6D4B;
}
</style>
background-color css
<style>
a { background-color: #AF6D4B; }
a { background-color: rgb(175,109,75); }
div.DivClassName
{
background-color: #AF6D4B;
}
.BgClassName
{
background-color: #AF6D4B;
}
</style>
border-color css
<style>
span { border-color: #AF6D4B; }
span { border-color: rgb(175,109,75); }
td.TdClassName
{
border-color: #AF6D4B;
}
.TagClassName
{
border-color: #AF6D4B;
}
</style>