Shades of Sante Fe #AA6C50
Tints of Sante Fe #AA6C50
RGB
CMYK
RGB Variations
Color information
#AA6C50 (or 0xAA6C50) is known color: Sante Fe. HEX triplet: AA, 6C and 50. RGB value is (170,108,80). Sum of RGB (Red+Green+Blue) = 170+108+80=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6C50 is #5593AF. Grayscale: #7B7B7B. Windows color (decimal): -5608368 or 5270698. OLE color: 5270698.
HSL color Cylindrical-coordinate representation of color #AA6C50: hue angle of 18.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 #AA6C50 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 108 | 80 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.33 |
| HSL | 18.67º | 0.36% | 0.49% | - |
| HSV(B) | 18.67º | 0.53% | 0.67% | - |
| XYZ | 23.39 | 19.85 | 10.19 | - |
| YUV | 123.35 | 103.54 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 108 | 80 | 0 | 0.36 | 0.53 | 0.33 | 18.67 | 0.36 | 0.49 |
| Hex | AA | 6C | 50 | 0 | 24 | 35 | 21 | 13 | 24 | 31 |
| Octal | 252 | 154 | 120 | 0 | 44 | 65 | 41 | 23 | 44 | 61 |
| Binary | 10101010 | 1101100 | 1010000 | 0 | 100100 | 110101 | 100001 | 10011 | 100100 | 110001 |
Color Harmonies of #AA6C50
Complementary color
Monochromatic Colors of #AA6C50
Black with #AA6C50
Text Example
Text Example
White with #AA6C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6C50; }
p { color: rgb(170,108,80); }
H1.HeaderClassName
{
color: #AA6C50;
}
.AnyTagClassName
{
color: #AA6C50;
}
</style>
background-color css
<style>
a { background-color: #AA6C50; }
a { background-color: rgb(170,108,80); }
div.DivClassName
{
background-color: #AA6C50;
}
.BgClassName
{
background-color: #AA6C50;
}
</style>
border-color css
<style>
span { border-color: #AA6C50; }
span { border-color: rgb(170,108,80); }
td.TdClassName
{
border-color: #AA6C50;
}
.TagClassName
{
border-color: #AA6C50;
}
</style>