Shades of Sante Fe #AA694C
Tints of Sante Fe #AA694C
RGB
CMYK
RGB Variations
Color information
#AA694C (or 0xAA694C) is known color: Sante Fe. HEX triplet: AA, 69 and 4C. RGB value is (170,105,76). Sum of RGB (Red+Green+Blue) = 170+105+76=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA694C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA694C is #5596B3. Grayscale: #797979. Windows color (decimal): -5609140 or 5007786. OLE color: 5007786.
HSL color Cylindrical-coordinate representation of color #AA694C: hue angle of 18.51º 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 #AA694C is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 105 | 76 | - |
| CMYK | 0 | 0.38 | 0.55 | 0.33 |
| HSL | 18.51º | 0.38% | 0.48% | - |
| HSV(B) | 18.51º | 0.55% | 0.67% | - |
| XYZ | 22.93 | 19.17 | 9.33 | - |
| YUV | 121.13 | 102.53 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 76 | 0 | 0.38 | 0.55 | 0.33 | 18.51 | 0.38 | 0.48 |
| Hex | AA | 69 | 4C | 0 | 26 | 37 | 21 | 13 | 26 | 30 |
| Octal | 252 | 151 | 114 | 0 | 46 | 67 | 41 | 23 | 46 | 60 |
| Binary | 10101010 | 1101001 | 1001100 | 0 | 100110 | 110111 | 100001 | 10011 | 100110 | 110000 |
Color Harmonies of #AA694C
Complementary color
Monochromatic Colors of #AA694C
Black with #AA694C
Text Example
Text Example
White with #AA694C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA694C; }
p { color: rgb(170,105,76); }
H1.HeaderClassName
{
color: #AA694C;
}
.AnyTagClassName
{
color: #AA694C;
}
</style>
background-color css
<style>
a { background-color: #AA694C; }
a { background-color: rgb(170,105,76); }
div.DivClassName
{
background-color: #AA694C;
}
.BgClassName
{
background-color: #AA694C;
}
</style>
border-color css
<style>
span { border-color: #AA694C; }
span { border-color: rgb(170,105,76); }
td.TdClassName
{
border-color: #AA694C;
}
.TagClassName
{
border-color: #AA694C;
}
</style>