Shades of Sante Fe #AA6B4A
Tints of Sante Fe #AA6B4A
RGB
CMYK
RGB Variations
Color information
#AA6B4A (or 0xAA6B4A) is known color: Sante Fe. HEX triplet: AA, 6B and 4A. RGB value is (170,107,74). Sum of RGB (Red+Green+Blue) = 170+107+74=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 107 (42.19% from 255 or 30.48% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6B4A is #5594B5. Grayscale: #7A7A7A. Windows color (decimal): -5608630 or 4877226. OLE color: 4877226.
HSL color Cylindrical-coordinate representation of color #AA6B4A: hue angle of 20.62º 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 #AA6B4A is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 107 | 74 | - |
| CMYK | 0 | 0.37 | 0.56 | 0.33 |
| HSL | 20.63º | 0.39% | 0.48% | - |
| HSV(B) | 20.63º | 0.56% | 0.67% | - |
| XYZ | 23.07 | 19.56 | 9.04 | - |
| YUV | 122.08 | 100.87 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 74 | 0 | 0.37 | 0.56 | 0.33 | 20.63 | 0.39 | 0.48 |
| Hex | AA | 6B | 4A | 0 | 25 | 38 | 21 | 15 | 27 | 30 |
| Octal | 252 | 153 | 112 | 0 | 45 | 70 | 41 | 25 | 47 | 60 |
| Binary | 10101010 | 1101011 | 1001010 | 0 | 100101 | 111000 | 100001 | 10101 | 100111 | 110000 |
Color Harmonies of #AA6B4A
Complementary color
Monochromatic Colors of #AA6B4A
Black with #AA6B4A
Text Example
Text Example
White with #AA6B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6B4A; }
p { color: rgb(170,107,74); }
H1.HeaderClassName
{
color: #AA6B4A;
}
.AnyTagClassName
{
color: #AA6B4A;
}
</style>
background-color css
<style>
a { background-color: #AA6B4A; }
a { background-color: rgb(170,107,74); }
div.DivClassName
{
background-color: #AA6B4A;
}
.BgClassName
{
background-color: #AA6B4A;
}
</style>
border-color css
<style>
span { border-color: #AA6B4A; }
span { border-color: rgb(170,107,74); }
td.TdClassName
{
border-color: #AA6B4A;
}
.TagClassName
{
border-color: #AA6B4A;
}
</style>