Shades of Sante Fe #AA6C4D
Tints of Sante Fe #AA6C4D
RGB
CMYK
RGB Variations
Color information
#AA6C4D (or 0xAA6C4D) is known color: Sante Fe. HEX triplet: AA, 6C and 4D. RGB value is (170,108,77). Sum of RGB (Red+Green+Blue) = 170+108+77=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 108 (42.58% from 255 or 30.42% from 355); Blue value is 77 (30.47% from 255 or 21.69% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6C4D is #5593B2. Grayscale: #7B7B7B. Windows color (decimal): -5608371 or 5074090. OLE color: 5074090.
HSL color Cylindrical-coordinate representation of color #AA6C4D: hue angle of 20º 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 #AA6C4D is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 108 | 77 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.33 |
| HSL | 20º | 0.38% | 0.48% | - |
| HSV(B) | 20º | 0.55% | 0.67% | - |
| XYZ | 23.28 | 19.81 | 9.62 | - |
| YUV | 123 | 102.04 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 108 | 77 | 0 | 0.36 | 0.55 | 0.33 | 20 | 0.38 | 0.48 |
| Hex | AA | 6C | 4D | 0 | 24 | 37 | 21 | 14 | 26 | 30 |
| Octal | 252 | 154 | 115 | 0 | 44 | 67 | 41 | 24 | 46 | 60 |
| Binary | 10101010 | 1101100 | 1001101 | 0 | 100100 | 110111 | 100001 | 10100 | 100110 | 110000 |
Color Harmonies of #AA6C4D
Complementary color
Monochromatic Colors of #AA6C4D
Black with #AA6C4D
Text Example
Text Example
White with #AA6C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6C4D; }
p { color: rgb(170,108,77); }
H1.HeaderClassName
{
color: #AA6C4D;
}
.AnyTagClassName
{
color: #AA6C4D;
}
</style>
background-color css
<style>
a { background-color: #AA6C4D; }
a { background-color: rgb(170,108,77); }
div.DivClassName
{
background-color: #AA6C4D;
}
.BgClassName
{
background-color: #AA6C4D;
}
</style>
border-color css
<style>
span { border-color: #AA6C4D; }
span { border-color: rgb(170,108,77); }
td.TdClassName
{
border-color: #AA6C4D;
}
.TagClassName
{
border-color: #AA6C4D;
}
</style>