Shades of Sante Fe #AF654F
Tints of Sante Fe #AF654F
RGB
CMYK
RGB Variations
Color information
#AF654F (or 0xAF654F) is known color: Sante Fe. HEX triplet: AF, 65 and 4F. RGB value is (175,101,79). Sum of RGB (Red+Green+Blue) = 175+101+79=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 79 (31.25% from 255 or 22.25% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF654F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF654F is #509AB0. Grayscale: #787878. Windows color (decimal): -5282481 or 5203375. OLE color: 5203375.
HSL color Cylindrical-coordinate representation of color #AF654F: hue angle of 13.75º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF654F is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 101 | 79 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.31 |
| HSL | 13.75º | 0.38% | 0.5% | - |
| HSV(B) | 13.75º | 0.55% | 0.69% | - |
| XYZ | 23.74 | 18.99 | 9.81 | - |
| YUV | 120.62 | 104.52 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 79 | 0 | 0.42 | 0.55 | 0.31 | 13.75 | 0.38 | 0.5 |
| Hex | AF | 65 | 4F | 0 | 2A | 37 | 1F | E | 26 | 32 |
| Octal | 257 | 145 | 117 | 0 | 52 | 67 | 37 | 16 | 46 | 62 |
| Binary | 10101111 | 1100101 | 1001111 | 0 | 101010 | 110111 | 11111 | 1110 | 100110 | 110010 |
Color Harmonies of #AF654F
Complementary color
Monochromatic Colors of #AF654F
Black with #AF654F
Text Example
Text Example
White with #AF654F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF654F; }
p { color: rgb(175,101,79); }
H1.HeaderClassName
{
color: #AF654F;
}
.AnyTagClassName
{
color: #AF654F;
}
</style>
background-color css
<style>
a { background-color: #AF654F; }
a { background-color: rgb(175,101,79); }
div.DivClassName
{
background-color: #AF654F;
}
.BgClassName
{
background-color: #AF654F;
}
</style>
border-color css
<style>
span { border-color: #AF654F; }
span { border-color: rgb(175,101,79); }
td.TdClassName
{
border-color: #AF654F;
}
.TagClassName
{
border-color: #AF654F;
}
</style>