Shades of Sante Fe #AA6F4D
Tints of Sante Fe #AA6F4D
RGB
CMYK
RGB Variations
Color information
#AA6F4D (or 0xAA6F4D) is known color: Sante Fe. HEX triplet: AA, 6F and 4D. RGB value is (170,111,77). Sum of RGB (Red+Green+Blue) = 170+111+77=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6F4D is #5590B2. Grayscale: #7C7C7C. Windows color (decimal): -5607603 or 5074858. OLE color: 5074858.
HSL color Cylindrical-coordinate representation of color #AA6F4D: hue angle of 21.94º 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 #AA6F4D is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 111 | 77 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.33 |
| HSL | 21.94º | 0.38% | 0.48% | - |
| HSV(B) | 21.94º | 0.55% | 0.67% | - |
| XYZ | 23.6 | 20.45 | 9.72 | - |
| YUV | 124.77 | 101.05 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 111 | 77 | 0 | 0.35 | 0.55 | 0.33 | 21.94 | 0.38 | 0.48 |
| Hex | AA | 6F | 4D | 0 | 23 | 37 | 21 | 16 | 26 | 30 |
| Octal | 252 | 157 | 115 | 0 | 43 | 67 | 41 | 26 | 46 | 60 |
| Binary | 10101010 | 1101111 | 1001101 | 0 | 100011 | 110111 | 100001 | 10110 | 100110 | 110000 |
Color Harmonies of #AA6F4D
Complementary color
Monochromatic Colors of #AA6F4D
Black with #AA6F4D
Text Example
Text Example
White with #AA6F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6F4D; }
p { color: rgb(170,111,77); }
H1.HeaderClassName
{
color: #AA6F4D;
}
.AnyTagClassName
{
color: #AA6F4D;
}
</style>
background-color css
<style>
a { background-color: #AA6F4D; }
a { background-color: rgb(170,111,77); }
div.DivClassName
{
background-color: #AA6F4D;
}
.BgClassName
{
background-color: #AA6F4D;
}
</style>
border-color css
<style>
span { border-color: #AA6F4D; }
span { border-color: rgb(170,111,77); }
td.TdClassName
{
border-color: #AA6F4D;
}
.TagClassName
{
border-color: #AA6F4D;
}
</style>