Shades of Sante Fe #AA6D4D
Tints of Sante Fe #AA6D4D
RGB
CMYK
RGB Variations
Color information
#AA6D4D (or 0xAA6D4D) is known color: Sante Fe. HEX triplet: AA, 6D and 4D. RGB value is (170,109,77). Sum of RGB (Red+Green+Blue) = 170+109+77=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6D4D is #5592B2. Grayscale: #7B7B7B. Windows color (decimal): -5608115 or 5074346. OLE color: 5074346.
HSL color Cylindrical-coordinate representation of color #AA6D4D: hue angle of 20.65º 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 #AA6D4D is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 109 | 77 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.33 |
| HSL | 20.65º | 0.38% | 0.48% | - |
| HSV(B) | 20.65º | 0.55% | 0.67% | - |
| XYZ | 23.39 | 20.02 | 9.65 | - |
| YUV | 123.59 | 101.71 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 77 | 0 | 0.36 | 0.55 | 0.33 | 20.65 | 0.38 | 0.48 |
| Hex | AA | 6D | 4D | 0 | 24 | 37 | 21 | 15 | 26 | 30 |
| Octal | 252 | 155 | 115 | 0 | 44 | 67 | 41 | 25 | 46 | 60 |
| Binary | 10101010 | 1101101 | 1001101 | 0 | 100100 | 110111 | 100001 | 10101 | 100110 | 110000 |
Color Harmonies of #AA6D4D
Complementary color
Monochromatic Colors of #AA6D4D
Black with #AA6D4D
Text Example
Text Example
White with #AA6D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6D4D; }
p { color: rgb(170,109,77); }
H1.HeaderClassName
{
color: #AA6D4D;
}
.AnyTagClassName
{
color: #AA6D4D;
}
</style>
background-color css
<style>
a { background-color: #AA6D4D; }
a { background-color: rgb(170,109,77); }
div.DivClassName
{
background-color: #AA6D4D;
}
.BgClassName
{
background-color: #AA6D4D;
}
</style>
border-color css
<style>
span { border-color: #AA6D4D; }
span { border-color: rgb(170,109,77); }
td.TdClassName
{
border-color: #AA6D4D;
}
.TagClassName
{
border-color: #AA6D4D;
}
</style>