Shades of Sante Fe #AE6D4E
Tints of Sante Fe #AE6D4E
RGB
CMYK
RGB Variations
Color information
#AE6D4E (or 0xAE6D4E) is known color: Sante Fe. HEX triplet: AE, 6D and 4E. RGB value is (174,109,78). Sum of RGB (Red+Green+Blue) = 174+109+78=361 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.20% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 78 (30.86% from 255 or 21.61% from 361); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6D4E is #5192B1. Grayscale: #7D7D7D. Windows color (decimal): -5345970 or 5139886. OLE color: 5139886.
HSL color Cylindrical-coordinate representation of color #AE6D4E: hue angle of 19.38º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AE6D4E is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 109 | 78 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.32 |
| HSL | 19.38º | 0.38% | 0.49% | - |
| HSV(B) | 19.38º | 0.55% | 0.68% | - |
| XYZ | 24.3 | 20.49 | 9.88 | - |
| YUV | 124.9 | 101.53 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 109 | 78 | 0 | 0.37 | 0.55 | 0.32 | 19.38 | 0.38 | 0.49 |
| Hex | AE | 6D | 4E | 0 | 25 | 37 | 20 | 13 | 26 | 31 |
| Octal | 256 | 155 | 116 | 0 | 45 | 67 | 40 | 23 | 46 | 61 |
| Binary | 10101110 | 1101101 | 1001110 | 0 | 100101 | 110111 | 100000 | 10011 | 100110 | 110001 |
Color Harmonies of #AE6D4E
Complementary color
Monochromatic Colors of #AE6D4E
Black with #AE6D4E
Text Example
Text Example
White with #AE6D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6D4E; }
p { color: rgb(174,109,78); }
H1.HeaderClassName
{
color: #AE6D4E;
}
.AnyTagClassName
{
color: #AE6D4E;
}
</style>
background-color css
<style>
a { background-color: #AE6D4E; }
a { background-color: rgb(174,109,78); }
div.DivClassName
{
background-color: #AE6D4E;
}
.BgClassName
{
background-color: #AE6D4E;
}
</style>
border-color css
<style>
span { border-color: #AE6D4E; }
span { border-color: rgb(174,109,78); }
td.TdClassName
{
border-color: #AE6D4E;
}
.TagClassName
{
border-color: #AE6D4E;
}
</style>