Shades of Sante Fe #AA6D4C
Tints of Sante Fe #AA6D4C
RGB
CMYK
RGB Variations
Color information
#AA6D4C (or 0xAA6D4C) is known color: Sante Fe. HEX triplet: AA, 6D and 4C. RGB value is (170,109,76). Sum of RGB (Red+Green+Blue) = 170+109+76=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 109 (42.97% from 255 or 30.70% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6D4C is #5592B3. Grayscale: #7B7B7B. Windows color (decimal): -5608116 or 5008810. OLE color: 5008810.
HSL color Cylindrical-coordinate representation of color #AA6D4C: hue angle of 21.06º 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 #AA6D4C is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 109 | 76 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.33 |
| HSL | 21.06º | 0.38% | 0.48% | - |
| HSV(B) | 21.06º | 0.55% | 0.67% | - |
| XYZ | 23.35 | 20.01 | 9.47 | - |
| YUV | 123.48 | 101.21 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 76 | 0 | 0.36 | 0.55 | 0.33 | 21.06 | 0.38 | 0.48 |
| Hex | AA | 6D | 4C | 0 | 24 | 37 | 21 | 15 | 26 | 30 |
| Octal | 252 | 155 | 114 | 0 | 44 | 67 | 41 | 25 | 46 | 60 |
| Binary | 10101010 | 1101101 | 1001100 | 0 | 100100 | 110111 | 100001 | 10101 | 100110 | 110000 |
Color Harmonies of #AA6D4C
Complementary color
Monochromatic Colors of #AA6D4C
Black with #AA6D4C
Text Example
Text Example
White with #AA6D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6D4C; }
p { color: rgb(170,109,76); }
H1.HeaderClassName
{
color: #AA6D4C;
}
.AnyTagClassName
{
color: #AA6D4C;
}
</style>
background-color css
<style>
a { background-color: #AA6D4C; }
a { background-color: rgb(170,109,76); }
div.DivClassName
{
background-color: #AA6D4C;
}
.BgClassName
{
background-color: #AA6D4C;
}
</style>
border-color css
<style>
span { border-color: #AA6D4C; }
span { border-color: rgb(170,109,76); }
td.TdClassName
{
border-color: #AA6D4C;
}
.TagClassName
{
border-color: #AA6D4C;
}
</style>