Shades of Sante Fe #AE6256
Tints of Sante Fe #AE6256
RGB
CMYK
RGB Variations
Color information
#AE6256 (or 0xAE6256) is known color: Sante Fe. HEX triplet: AE, 62 and 56. RGB value is (174,98,86). Sum of RGB (Red+Green+Blue) = 174+98+86=358 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.60% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 86 (33.98% from 255 or 24.02% from 358); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6256 is #519DA9. Grayscale: #777777. Windows color (decimal): -5348778 or 5661358. OLE color: 5661358.
HSL color Cylindrical-coordinate representation of color #AE6256: hue angle of 8.18º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AE6256 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 98 | 86 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.32 |
| HSL | 8.18º | 0.35% | 0.51% | - |
| HSV(B) | 8.18º | 0.51% | 0.68% | - |
| XYZ | 23.5 | 18.41 | 11.12 | - |
| YUV | 119.36 | 109.18 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 98 | 86 | 0 | 0.44 | 0.51 | 0.32 | 8.18 | 0.35 | 0.51 |
| Hex | AE | 62 | 56 | 0 | 2C | 33 | 20 | 8 | 23 | 33 |
| Octal | 256 | 142 | 126 | 0 | 54 | 63 | 40 | 10 | 43 | 63 |
| Binary | 10101110 | 1100010 | 1010110 | 0 | 101100 | 110011 | 100000 | 1000 | 100011 | 110011 |
Color Harmonies of #AE6256
Complementary color
Monochromatic Colors of #AE6256
Black with #AE6256
Text Example
Text Example
White with #AE6256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6256; }
p { color: rgb(174,98,86); }
H1.HeaderClassName
{
color: #AE6256;
}
.AnyTagClassName
{
color: #AE6256;
}
</style>
background-color css
<style>
a { background-color: #AE6256; }
a { background-color: rgb(174,98,86); }
div.DivClassName
{
background-color: #AE6256;
}
.BgClassName
{
background-color: #AE6256;
}
</style>
border-color css
<style>
span { border-color: #AE6256; }
span { border-color: rgb(174,98,86); }
td.TdClassName
{
border-color: #AE6256;
}
.TagClassName
{
border-color: #AE6256;
}
</style>