Shades of Sante Fe #AA764D
Tints of Sante Fe #AA764D
RGB
CMYK
RGB Variations
Color information
#AA764D (or 0xAA764D) is known color: Sante Fe. HEX triplet: AA, 76 and 4D. RGB value is (170,118,77). Sum of RGB (Red+Green+Blue) = 170+118+77=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA764D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA764D is #5589B2. Grayscale: #818181. Windows color (decimal): -5605811 or 5076650. OLE color: 5076650.
HSL color Cylindrical-coordinate representation of color #AA764D: hue angle of 26.45º 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 #AA764D is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 118 | 77 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.33 |
| HSL | 26.45º | 0.38% | 0.48% | - |
| HSV(B) | 26.45º | 0.55% | 0.67% | - |
| XYZ | 24.4 | 22.04 | 9.99 | - |
| YUV | 128.87 | 98.73 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 77 | 0 | 0.31 | 0.55 | 0.33 | 26.45 | 0.38 | 0.48 |
| Hex | AA | 76 | 4D | 0 | 1F | 37 | 21 | 1A | 26 | 30 |
| Octal | 252 | 166 | 115 | 0 | 37 | 67 | 41 | 32 | 46 | 60 |
| Binary | 10101010 | 1110110 | 1001101 | 0 | 11111 | 110111 | 100001 | 11010 | 100110 | 110000 |
Color Harmonies of #AA764D
Complementary color
Monochromatic Colors of #AA764D
Black with #AA764D
Text Example
Text Example
White with #AA764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA764D; }
p { color: rgb(170,118,77); }
H1.HeaderClassName
{
color: #AA764D;
}
.AnyTagClassName
{
color: #AA764D;
}
</style>
background-color css
<style>
a { background-color: #AA764D; }
a { background-color: rgb(170,118,77); }
div.DivClassName
{
background-color: #AA764D;
}
.BgClassName
{
background-color: #AA764D;
}
</style>
border-color css
<style>
span { border-color: #AA764D; }
span { border-color: rgb(170,118,77); }
td.TdClassName
{
border-color: #AA764D;
}
.TagClassName
{
border-color: #AA764D;
}
</style>