Shades of Sante Fe #AA6B50
Tints of Sante Fe #AA6B50
RGB
CMYK
RGB Variations
Color information
#AA6B50 (or 0xAA6B50) is known color: Sante Fe. HEX triplet: AA, 6B and 50. RGB value is (170,107,80). Sum of RGB (Red+Green+Blue) = 170+107+80=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 107 (42.19% from 255 or 29.97% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6B50 is #5594AF. Grayscale: #7A7A7A. Windows color (decimal): -5608624 or 5270442. OLE color: 5270442.
HSL color Cylindrical-coordinate representation of color #AA6B50: hue angle of 18º 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 #AA6B50 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 107 | 80 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.33 |
| HSL | 18º | 0.36% | 0.49% | - |
| HSV(B) | 18º | 0.53% | 0.67% | - |
| XYZ | 23.28 | 19.64 | 10.15 | - |
| YUV | 122.76 | 103.87 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 80 | 0 | 0.37 | 0.53 | 0.33 | 18 | 0.36 | 0.49 |
| Hex | AA | 6B | 50 | 0 | 25 | 35 | 21 | 12 | 24 | 31 |
| Octal | 252 | 153 | 120 | 0 | 45 | 65 | 41 | 22 | 44 | 61 |
| Binary | 10101010 | 1101011 | 1010000 | 0 | 100101 | 110101 | 100001 | 10010 | 100100 | 110001 |
Color Harmonies of #AA6B50
Complementary color
Monochromatic Colors of #AA6B50
Black with #AA6B50
Text Example
Text Example
White with #AA6B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6B50; }
p { color: rgb(170,107,80); }
H1.HeaderClassName
{
color: #AA6B50;
}
.AnyTagClassName
{
color: #AA6B50;
}
</style>
background-color css
<style>
a { background-color: #AA6B50; }
a { background-color: rgb(170,107,80); }
div.DivClassName
{
background-color: #AA6B50;
}
.BgClassName
{
background-color: #AA6B50;
}
</style>
border-color css
<style>
span { border-color: #AA6B50; }
span { border-color: rgb(170,107,80); }
td.TdClassName
{
border-color: #AA6B50;
}
.TagClassName
{
border-color: #AA6B50;
}
</style>