Shades of Sante Fe #AE6A50
Tints of Sante Fe #AE6A50
RGB
CMYK
RGB Variations
Color information
#AE6A50 (or 0xAE6A50) is known color: Sante Fe. HEX triplet: AE, 6A and 50. RGB value is (174,106,80). Sum of RGB (Red+Green+Blue) = 174+106+80=360 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.33% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6A50 is #5195AF. Grayscale: #7B7B7B. Windows color (decimal): -5346736 or 5270190. OLE color: 5270190.
HSL color Cylindrical-coordinate representation of color #AE6A50: hue angle of 16.6º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AE6A50 is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 106 | 80 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.32 |
| HSL | 16.6º | 0.37% | 0.5% | - |
| HSV(B) | 16.6º | 0.54% | 0.68% | - |
| XYZ | 24.06 | 19.89 | 10.16 | - |
| YUV | 123.37 | 103.53 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 106 | 80 | 0 | 0.39 | 0.54 | 0.32 | 16.6 | 0.37 | 0.5 |
| Hex | AE | 6A | 50 | 0 | 27 | 36 | 20 | 11 | 25 | 32 |
| Octal | 256 | 152 | 120 | 0 | 47 | 66 | 40 | 21 | 45 | 62 |
| Binary | 10101110 | 1101010 | 1010000 | 0 | 100111 | 110110 | 100000 | 10001 | 100101 | 110010 |
Color Harmonies of #AE6A50
Complementary color
Monochromatic Colors of #AE6A50
Black with #AE6A50
Text Example
Text Example
White with #AE6A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6A50; }
p { color: rgb(174,106,80); }
H1.HeaderClassName
{
color: #AE6A50;
}
.AnyTagClassName
{
color: #AE6A50;
}
</style>
background-color css
<style>
a { background-color: #AE6A50; }
a { background-color: rgb(174,106,80); }
div.DivClassName
{
background-color: #AE6A50;
}
.BgClassName
{
background-color: #AE6A50;
}
</style>
border-color css
<style>
span { border-color: #AE6A50; }
span { border-color: rgb(174,106,80); }
td.TdClassName
{
border-color: #AE6A50;
}
.TagClassName
{
border-color: #AE6A50;
}
</style>