Shades of Sante Fe #AA6E4D
Tints of Sante Fe #AA6E4D
RGB
CMYK
RGB Variations
Color information
#AA6E4D (or 0xAA6E4D) is known color: Sante Fe. HEX triplet: AA, 6E and 4D. RGB value is (170,110,77). Sum of RGB (Red+Green+Blue) = 170+110+77=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6E4D is #5591B2. Grayscale: #7C7C7C. Windows color (decimal): -5607859 or 5074602. OLE color: 5074602.
HSL color Cylindrical-coordinate representation of color #AA6E4D: hue angle of 21.29º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA6E4D is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 110 | 77 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.33 |
| HSL | 21.29º | 0.38% | 0.48% | - |
| HSV(B) | 21.29º | 0.55% | 0.67% | - |
| XYZ | 23.49 | 20.23 | 9.69 | - |
| YUV | 124.18 | 101.38 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 110 | 77 | 0 | 0.35 | 0.55 | 0.33 | 21.29 | 0.38 | 0.48 |
| Hex | AA | 6E | 4D | 0 | 23 | 37 | 21 | 15 | 26 | 30 |
| Octal | 252 | 156 | 115 | 0 | 43 | 67 | 41 | 25 | 46 | 60 |
| Binary | 10101010 | 1101110 | 1001101 | 0 | 100011 | 110111 | 100001 | 10101 | 100110 | 110000 |
Color Harmonies of #AA6E4D
Complementary color
Monochromatic Colors of #AA6E4D
Black with #AA6E4D
Text Example
Text Example
White with #AA6E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6E4D; }
p { color: rgb(170,110,77); }
H1.HeaderClassName
{
color: #AA6E4D;
}
.AnyTagClassName
{
color: #AA6E4D;
}
</style>
background-color css
<style>
a { background-color: #AA6E4D; }
a { background-color: rgb(170,110,77); }
div.DivClassName
{
background-color: #AA6E4D;
}
.BgClassName
{
background-color: #AA6E4D;
}
</style>
border-color css
<style>
span { border-color: #AA6E4D; }
span { border-color: rgb(170,110,77); }
td.TdClassName
{
border-color: #AA6E4D;
}
.TagClassName
{
border-color: #AA6E4D;
}
</style>