Shades of Sante Fe #AE6353
Tints of Sante Fe #AE6353
RGB
CMYK
RGB Variations
Color information
#AE6353 (or 0xAE6353) is known color: Sante Fe. HEX triplet: AE, 63 and 53. RGB value is (174,99,83). Sum of RGB (Red+Green+Blue) = 174+99+83=356 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.88% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6353 is #519CAC. Grayscale: #777777. Windows color (decimal): -5348525 or 5465006. OLE color: 5465006.
HSL color Cylindrical-coordinate representation of color #AE6353: hue angle of 10.55º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE6353 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 99 | 83 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.32 |
| HSL | 10.55º | 0.36% | 0.5% | - |
| HSV(B) | 10.55º | 0.52% | 0.68% | - |
| XYZ | 23.48 | 18.55 | 10.53 | - |
| YUV | 119.6 | 107.35 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 99 | 83 | 0 | 0.43 | 0.52 | 0.32 | 10.55 | 0.36 | 0.5 |
| Hex | AE | 63 | 53 | 0 | 2B | 34 | 20 | B | 24 | 32 |
| Octal | 256 | 143 | 123 | 0 | 53 | 64 | 40 | 13 | 44 | 62 |
| Binary | 10101110 | 1100011 | 1010011 | 0 | 101011 | 110100 | 100000 | 1011 | 100100 | 110010 |
Color Harmonies of #AE6353
Complementary color
Monochromatic Colors of #AE6353
Black with #AE6353
Text Example
Text Example
White with #AE6353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6353; }
p { color: rgb(174,99,83); }
H1.HeaderClassName
{
color: #AE6353;
}
.AnyTagClassName
{
color: #AE6353;
}
</style>
background-color css
<style>
a { background-color: #AE6353; }
a { background-color: rgb(174,99,83); }
div.DivClassName
{
background-color: #AE6353;
}
.BgClassName
{
background-color: #AE6353;
}
</style>
border-color css
<style>
span { border-color: #AE6353; }
span { border-color: rgb(174,99,83); }
td.TdClassName
{
border-color: #AE6353;
}
.TagClassName
{
border-color: #AE6353;
}
</style>