Shades of Sante Fe #AA6F50
Tints of Sante Fe #AA6F50
RGB
CMYK
RGB Variations
Color information
#AA6F50 (or 0xAA6F50) is known color: Sante Fe. HEX triplet: AA, 6F and 50. RGB value is (170,111,80). Sum of RGB (Red+Green+Blue) = 170+111+80=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6F50 is #5590AF. Grayscale: #7D7D7D. Windows color (decimal): -5607600 or 5271466. OLE color: 5271466.
HSL color Cylindrical-coordinate representation of color #AA6F50: hue angle of 20.67º 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 #AA6F50 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 111 | 80 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.33 |
| HSL | 20.67º | 0.36% | 0.49% | - |
| HSV(B) | 20.67º | 0.53% | 0.67% | - |
| XYZ | 23.71 | 20.49 | 10.3 | - |
| YUV | 125.11 | 102.55 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 111 | 80 | 0 | 0.35 | 0.53 | 0.33 | 20.67 | 0.36 | 0.49 |
| Hex | AA | 6F | 50 | 0 | 23 | 35 | 21 | 15 | 24 | 31 |
| Octal | 252 | 157 | 120 | 0 | 43 | 65 | 41 | 25 | 44 | 61 |
| Binary | 10101010 | 1101111 | 1010000 | 0 | 100011 | 110101 | 100001 | 10101 | 100100 | 110001 |
Color Harmonies of #AA6F50
Complementary color
Monochromatic Colors of #AA6F50
Black with #AA6F50
Text Example
Text Example
White with #AA6F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6F50; }
p { color: rgb(170,111,80); }
H1.HeaderClassName
{
color: #AA6F50;
}
.AnyTagClassName
{
color: #AA6F50;
}
</style>
background-color css
<style>
a { background-color: #AA6F50; }
a { background-color: rgb(170,111,80); }
div.DivClassName
{
background-color: #AA6F50;
}
.BgClassName
{
background-color: #AA6F50;
}
</style>
border-color css
<style>
span { border-color: #AA6F50; }
span { border-color: rgb(170,111,80); }
td.TdClassName
{
border-color: #AA6F50;
}
.TagClassName
{
border-color: #AA6F50;
}
</style>