Shades of Sante Fe #AA6D4A
Tints of Sante Fe #AA6D4A
RGB
CMYK
RGB Variations
Color information
#AA6D4A (or 0xAA6D4A) is known color: Sante Fe. HEX triplet: AA, 6D and 4A. RGB value is (170,109,74). Sum of RGB (Red+Green+Blue) = 170+109+74=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 109 (42.97% from 255 or 30.88% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6D4A is #5592B5. Grayscale: #7B7B7B. Windows color (decimal): -5608118 or 4877738. OLE color: 4877738.
HSL color Cylindrical-coordinate representation of color #AA6D4A: hue angle of 21.88º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA6D4A is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 109 | 74 | - |
| CMYK | 0 | 0.36 | 0.56 | 0.33 |
| HSL | 21.88º | 0.39% | 0.48% | - |
| HSV(B) | 21.88º | 0.56% | 0.67% | - |
| XYZ | 23.28 | 19.98 | 9.11 | - |
| YUV | 123.25 | 100.21 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 74 | 0 | 0.36 | 0.56 | 0.33 | 21.88 | 0.39 | 0.48 |
| Hex | AA | 6D | 4A | 0 | 24 | 38 | 21 | 16 | 27 | 30 |
| Octal | 252 | 155 | 112 | 0 | 44 | 70 | 41 | 26 | 47 | 60 |
| Binary | 10101010 | 1101101 | 1001010 | 0 | 100100 | 111000 | 100001 | 10110 | 100111 | 110000 |
Color Harmonies of #AA6D4A
Complementary color
Monochromatic Colors of #AA6D4A
Black with #AA6D4A
Text Example
Text Example
White with #AA6D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6D4A; }
p { color: rgb(170,109,74); }
H1.HeaderClassName
{
color: #AA6D4A;
}
.AnyTagClassName
{
color: #AA6D4A;
}
</style>
background-color css
<style>
a { background-color: #AA6D4A; }
a { background-color: rgb(170,109,74); }
div.DivClassName
{
background-color: #AA6D4A;
}
.BgClassName
{
background-color: #AA6D4A;
}
</style>
border-color css
<style>
span { border-color: #AA6D4A; }
span { border-color: rgb(170,109,74); }
td.TdClassName
{
border-color: #AA6D4A;
}
.TagClassName
{
border-color: #AA6D4A;
}
</style>