Shades of Sante Fe #AA684D
Tints of Sante Fe #AA684D
RGB
CMYK
RGB Variations
Color information
#AA684D (or 0xAA684D) is known color: Sante Fe. HEX triplet: AA, 68 and 4D. RGB value is (170,104,77). Sum of RGB (Red+Green+Blue) = 170+104+77=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA684D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA684D is #5597B2. Grayscale: #787878. Windows color (decimal): -5609395 or 5073066. OLE color: 5073066.
HSL color Cylindrical-coordinate representation of color #AA684D: hue angle of 17.42º 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 #AA684D is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 104 | 77 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.33 |
| HSL | 17.42º | 0.38% | 0.48% | - |
| HSV(B) | 17.42º | 0.55% | 0.67% | - |
| XYZ | 22.87 | 18.98 | 9.48 | - |
| YUV | 120.66 | 103.37 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 77 | 0 | 0.39 | 0.55 | 0.33 | 17.42 | 0.38 | 0.48 |
| Hex | AA | 68 | 4D | 0 | 27 | 37 | 21 | 11 | 26 | 30 |
| Octal | 252 | 150 | 115 | 0 | 47 | 67 | 41 | 21 | 46 | 60 |
| Binary | 10101010 | 1101000 | 1001101 | 0 | 100111 | 110111 | 100001 | 10001 | 100110 | 110000 |
Color Harmonies of #AA684D
Complementary color
Monochromatic Colors of #AA684D
Black with #AA684D
Text Example
Text Example
White with #AA684D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA684D; }
p { color: rgb(170,104,77); }
H1.HeaderClassName
{
color: #AA684D;
}
.AnyTagClassName
{
color: #AA684D;
}
</style>
background-color css
<style>
a { background-color: #AA684D; }
a { background-color: rgb(170,104,77); }
div.DivClassName
{
background-color: #AA684D;
}
.BgClassName
{
background-color: #AA684D;
}
</style>
border-color css
<style>
span { border-color: #AA684D; }
span { border-color: rgb(170,104,77); }
td.TdClassName
{
border-color: #AA684D;
}
.TagClassName
{
border-color: #AA684D;
}
</style>