Shades of Sante Fe #AA6C4C
Tints of Sante Fe #AA6C4C
RGB
CMYK
RGB Variations
Color information
#AA6C4C (or 0xAA6C4C) is known color: Sante Fe. HEX triplet: AA, 6C and 4C. RGB value is (170,108,76). Sum of RGB (Red+Green+Blue) = 170+108+76=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 108 (42.58% from 255 or 30.51% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6C4C is #5593B3. Grayscale: #7B7B7B. Windows color (decimal): -5608372 or 5008554. OLE color: 5008554.
HSL color Cylindrical-coordinate representation of color #AA6C4C: hue angle of 20.43º 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 #AA6C4C is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 108 | 76 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.33 |
| HSL | 20.43º | 0.38% | 0.48% | - |
| HSV(B) | 20.43º | 0.55% | 0.67% | - |
| XYZ | 23.24 | 19.79 | 9.43 | - |
| YUV | 122.89 | 101.54 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 108 | 76 | 0 | 0.36 | 0.55 | 0.33 | 20.43 | 0.38 | 0.48 |
| Hex | AA | 6C | 4C | 0 | 24 | 37 | 21 | 14 | 26 | 30 |
| Octal | 252 | 154 | 114 | 0 | 44 | 67 | 41 | 24 | 46 | 60 |
| Binary | 10101010 | 1101100 | 1001100 | 0 | 100100 | 110111 | 100001 | 10100 | 100110 | 110000 |
Color Harmonies of #AA6C4C
Complementary color
Monochromatic Colors of #AA6C4C
Black with #AA6C4C
Text Example
Text Example
White with #AA6C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6C4C; }
p { color: rgb(170,108,76); }
H1.HeaderClassName
{
color: #AA6C4C;
}
.AnyTagClassName
{
color: #AA6C4C;
}
</style>
background-color css
<style>
a { background-color: #AA6C4C; }
a { background-color: rgb(170,108,76); }
div.DivClassName
{
background-color: #AA6C4C;
}
.BgClassName
{
background-color: #AA6C4C;
}
</style>
border-color css
<style>
span { border-color: #AA6C4C; }
span { border-color: rgb(170,108,76); }
td.TdClassName
{
border-color: #AA6C4C;
}
.TagClassName
{
border-color: #AA6C4C;
}
</style>