Shades of Sante Fe #AA6D50
Tints of Sante Fe #AA6D50
RGB
CMYK
RGB Variations
Color information
#AA6D50 (or 0xAA6D50) is known color: Sante Fe. HEX triplet: AA, 6D and 50. RGB value is (170,109,80). Sum of RGB (Red+Green+Blue) = 170+109+80=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6D50 is #5592AF. Grayscale: #7C7C7C. Windows color (decimal): -5608112 or 5270954. OLE color: 5270954.
HSL color Cylindrical-coordinate representation of color #AA6D50: hue angle of 19.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA6D50 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 109 | 80 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.33 |
| HSL | 19.33º | 0.36% | 0.49% | - |
| HSV(B) | 19.33º | 0.53% | 0.67% | - |
| XYZ | 23.49 | 20.06 | 10.22 | - |
| YUV | 123.93 | 103.21 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 80 | 0 | 0.36 | 0.53 | 0.33 | 19.33 | 0.36 | 0.49 |
| Hex | AA | 6D | 50 | 0 | 24 | 35 | 21 | 13 | 24 | 31 |
| Octal | 252 | 155 | 120 | 0 | 44 | 65 | 41 | 23 | 44 | 61 |
| Binary | 10101010 | 1101101 | 1010000 | 0 | 100100 | 110101 | 100001 | 10011 | 100100 | 110001 |
Color Harmonies of #AA6D50
Complementary color
Monochromatic Colors of #AA6D50
Black with #AA6D50
Text Example
Text Example
White with #AA6D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6D50; }
p { color: rgb(170,109,80); }
H1.HeaderClassName
{
color: #AA6D50;
}
.AnyTagClassName
{
color: #AA6D50;
}
</style>
background-color css
<style>
a { background-color: #AA6D50; }
a { background-color: rgb(170,109,80); }
div.DivClassName
{
background-color: #AA6D50;
}
.BgClassName
{
background-color: #AA6D50;
}
</style>
border-color css
<style>
span { border-color: #AA6D50; }
span { border-color: rgb(170,109,80); }
td.TdClassName
{
border-color: #AA6D50;
}
.TagClassName
{
border-color: #AA6D50;
}
</style>