Shades of Sante Fe #AA684C
Tints of Sante Fe #AA684C
RGB
CMYK
RGB Variations
Color information
#AA684C (or 0xAA684C) is known color: Sante Fe. HEX triplet: AA, 68 and 4C. RGB value is (170,104,76). Sum of RGB (Red+Green+Blue) = 170+104+76=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 104 (41.02% from 255 or 29.71% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA684C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA684C is #5597B3. Grayscale: #787878. Windows color (decimal): -5609396 or 5007530. OLE color: 5007530.
HSL color Cylindrical-coordinate representation of color #AA684C: hue angle of 17.87º 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 #AA684C is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 104 | 76 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.33 |
| HSL | 17.87º | 0.38% | 0.48% | - |
| HSV(B) | 17.87º | 0.55% | 0.67% | - |
| XYZ | 22.83 | 18.97 | 9.3 | - |
| YUV | 120.54 | 102.87 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 76 | 0 | 0.39 | 0.55 | 0.33 | 17.87 | 0.38 | 0.48 |
| Hex | AA | 68 | 4C | 0 | 27 | 37 | 21 | 12 | 26 | 30 |
| Octal | 252 | 150 | 114 | 0 | 47 | 67 | 41 | 22 | 46 | 60 |
| Binary | 10101010 | 1101000 | 1001100 | 0 | 100111 | 110111 | 100001 | 10010 | 100110 | 110000 |
Color Harmonies of #AA684C
Complementary color
Monochromatic Colors of #AA684C
Black with #AA684C
Text Example
Text Example
White with #AA684C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA684C; }
p { color: rgb(170,104,76); }
H1.HeaderClassName
{
color: #AA684C;
}
.AnyTagClassName
{
color: #AA684C;
}
</style>
background-color css
<style>
a { background-color: #AA684C; }
a { background-color: rgb(170,104,76); }
div.DivClassName
{
background-color: #AA684C;
}
.BgClassName
{
background-color: #AA684C;
}
</style>
border-color css
<style>
span { border-color: #AA684C; }
span { border-color: rgb(170,104,76); }
td.TdClassName
{
border-color: #AA684C;
}
.TagClassName
{
border-color: #AA684C;
}
</style>