Shades of Sante Fe #AE6F57
Tints of Sante Fe #AE6F57
RGB
CMYK
RGB Variations
Color information
#AE6F57 (or 0xAE6F57) is known color: Sante Fe. HEX triplet: AE, 6F and 57. RGB value is (174,111,87). Sum of RGB (Red+Green+Blue) = 174+111+87=372 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.77% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 87 (34.38% from 255 or 23.39% from 372); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6F57 is #5190A8. Grayscale: #7F7F7F. Windows color (decimal): -5345449 or 5730222. OLE color: 5730222.
HSL color Cylindrical-coordinate representation of color #AE6F57: hue angle of 16.55º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AE6F57 is Cyan = 0, Magento = 0.36, Yellow = 0.5 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 111 | 87 | - |
| CMYK | 0 | 0.36 | 0.5 | 0.32 |
| HSL | 16.55º | 0.35% | 0.51% | - |
| HSV(B) | 16.55º | 0.5% | 0.68% | - |
| XYZ | 24.86 | 21.06 | 11.77 | - |
| YUV | 127.1 | 105.37 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 111 | 87 | 0 | 0.36 | 0.5 | 0.32 | 16.55 | 0.35 | 0.51 |
| Hex | AE | 6F | 57 | 0 | 24 | 32 | 20 | 11 | 23 | 33 |
| Octal | 256 | 157 | 127 | 0 | 44 | 62 | 40 | 21 | 43 | 63 |
| Binary | 10101110 | 1101111 | 1010111 | 0 | 100100 | 110010 | 100000 | 10001 | 100011 | 110011 |
Color Harmonies of #AE6F57
Complementary color
Monochromatic Colors of #AE6F57
Black with #AE6F57
Text Example
Text Example
White with #AE6F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6F57; }
p { color: rgb(174,111,87); }
H1.HeaderClassName
{
color: #AE6F57;
}
.AnyTagClassName
{
color: #AE6F57;
}
</style>
background-color css
<style>
a { background-color: #AE6F57; }
a { background-color: rgb(174,111,87); }
div.DivClassName
{
background-color: #AE6F57;
}
.BgClassName
{
background-color: #AE6F57;
}
</style>
border-color css
<style>
span { border-color: #AE6F57; }
span { border-color: rgb(174,111,87); }
td.TdClassName
{
border-color: #AE6F57;
}
.TagClassName
{
border-color: #AE6F57;
}
</style>