Shades of Sante Fe #AA6B4C
Tints of Sante Fe #AA6B4C
RGB
CMYK
RGB Variations
Color information
#AA6B4C (or 0xAA6B4C) is known color: Sante Fe. HEX triplet: AA, 6B and 4C. RGB value is (170,107,76). Sum of RGB (Red+Green+Blue) = 170+107+76=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 107 (42.19% from 255 or 30.31% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6B4C is #5594B3. Grayscale: #7A7A7A. Windows color (decimal): -5608628 or 5008298. OLE color: 5008298.
HSL color Cylindrical-coordinate representation of color #AA6B4C: hue angle of 19.79º 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 #AA6B4C is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 107 | 76 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.33 |
| HSL | 19.79º | 0.38% | 0.48% | - |
| HSV(B) | 19.79º | 0.55% | 0.67% | - |
| XYZ | 23.14 | 19.58 | 9.4 | - |
| YUV | 122.3 | 101.87 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 76 | 0 | 0.37 | 0.55 | 0.33 | 19.79 | 0.38 | 0.48 |
| Hex | AA | 6B | 4C | 0 | 25 | 37 | 21 | 14 | 26 | 30 |
| Octal | 252 | 153 | 114 | 0 | 45 | 67 | 41 | 24 | 46 | 60 |
| Binary | 10101010 | 1101011 | 1001100 | 0 | 100101 | 110111 | 100001 | 10100 | 100110 | 110000 |
Color Harmonies of #AA6B4C
Complementary color
Monochromatic Colors of #AA6B4C
Black with #AA6B4C
Text Example
Text Example
White with #AA6B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6B4C; }
p { color: rgb(170,107,76); }
H1.HeaderClassName
{
color: #AA6B4C;
}
.AnyTagClassName
{
color: #AA6B4C;
}
</style>
background-color css
<style>
a { background-color: #AA6B4C; }
a { background-color: rgb(170,107,76); }
div.DivClassName
{
background-color: #AA6B4C;
}
.BgClassName
{
background-color: #AA6B4C;
}
</style>
border-color css
<style>
span { border-color: #AA6B4C; }
span { border-color: rgb(170,107,76); }
td.TdClassName
{
border-color: #AA6B4C;
}
.TagClassName
{
border-color: #AA6B4C;
}
</style>