Shades of Sante Fe #AF654E
Tints of Sante Fe #AF654E
RGB
CMYK
RGB Variations
Color information
#AF654E (or 0xAF654E) is known color: Sante Fe. HEX triplet: AF, 65 and 4E. RGB value is (175,101,78). Sum of RGB (Red+Green+Blue) = 175+101+78=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF654E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF654E is #509AB1. Grayscale: #787878. Windows color (decimal): -5282482 or 5137839. OLE color: 5137839.
HSL color Cylindrical-coordinate representation of color #AF654E: hue angle of 14.23º 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 #AF654E is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 101 | 78 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.31 |
| HSL | 14.23º | 0.38% | 0.5% | - |
| HSV(B) | 14.23º | 0.55% | 0.69% | - |
| XYZ | 23.71 | 18.97 | 9.62 | - |
| YUV | 120.5 | 104.02 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 78 | 0 | 0.42 | 0.55 | 0.31 | 14.23 | 0.38 | 0.5 |
| Hex | AF | 65 | 4E | 0 | 2A | 37 | 1F | E | 26 | 32 |
| Octal | 257 | 145 | 116 | 0 | 52 | 67 | 37 | 16 | 46 | 62 |
| Binary | 10101111 | 1100101 | 1001110 | 0 | 101010 | 110111 | 11111 | 1110 | 100110 | 110010 |
Color Harmonies of #AF654E
Complementary color
Monochromatic Colors of #AF654E
Black with #AF654E
Text Example
Text Example
White with #AF654E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF654E; }
p { color: rgb(175,101,78); }
H1.HeaderClassName
{
color: #AF654E;
}
.AnyTagClassName
{
color: #AF654E;
}
</style>
background-color css
<style>
a { background-color: #AF654E; }
a { background-color: rgb(175,101,78); }
div.DivClassName
{
background-color: #AF654E;
}
.BgClassName
{
background-color: #AF654E;
}
</style>
border-color css
<style>
span { border-color: #AF654E; }
span { border-color: rgb(175,101,78); }
td.TdClassName
{
border-color: #AF654E;
}
.TagClassName
{
border-color: #AF654E;
}
</style>