Shades of Sante Fe #AE6754
Tints of Sante Fe #AE6754
RGB
CMYK
RGB Variations
Color information
#AE6754 (or 0xAE6754) is known color: Sante Fe. HEX triplet: AE, 67 and 54. RGB value is (174,103,84). Sum of RGB (Red+Green+Blue) = 174+103+84=361 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.20% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 84 (33.20% from 255 or 23.27% from 361); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6754 is #5198AB. Grayscale: #7A7A7A. Windows color (decimal): -5347500 or 5531566. OLE color: 5531566.
HSL color Cylindrical-coordinate representation of color #AE6754: hue angle of 12.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE6754 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 103 | 84 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.32 |
| HSL | 12.67º | 0.36% | 0.51% | - |
| HSV(B) | 12.67º | 0.52% | 0.68% | - |
| XYZ | 23.91 | 19.34 | 10.86 | - |
| YUV | 122.06 | 106.52 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 103 | 84 | 0 | 0.41 | 0.52 | 0.32 | 12.67 | 0.36 | 0.51 |
| Hex | AE | 67 | 54 | 0 | 29 | 34 | 20 | D | 24 | 33 |
| Octal | 256 | 147 | 124 | 0 | 51 | 64 | 40 | 15 | 44 | 63 |
| Binary | 10101110 | 1100111 | 1010100 | 0 | 101001 | 110100 | 100000 | 1101 | 100100 | 110011 |
Color Harmonies of #AE6754
Complementary color
Monochromatic Colors of #AE6754
Black with #AE6754
Text Example
Text Example
White with #AE6754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6754; }
p { color: rgb(174,103,84); }
H1.HeaderClassName
{
color: #AE6754;
}
.AnyTagClassName
{
color: #AE6754;
}
</style>
background-color css
<style>
a { background-color: #AE6754; }
a { background-color: rgb(174,103,84); }
div.DivClassName
{
background-color: #AE6754;
}
.BgClassName
{
background-color: #AE6754;
}
</style>
border-color css
<style>
span { border-color: #AE6754; }
span { border-color: rgb(174,103,84); }
td.TdClassName
{
border-color: #AE6754;
}
.TagClassName
{
border-color: #AE6754;
}
</style>