Shades of Sante Fe #AA7752
Tints of Sante Fe #AA7752
RGB
CMYK
RGB Variations
Color information
#AA7752 (or 0xAA7752) is known color: Sante Fe. HEX triplet: AA, 77 and 52. RGB value is (170,119,82). Sum of RGB (Red+Green+Blue) = 170+119+82=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7752 is #5588AD. Grayscale: #828282. Windows color (decimal): -5605550 or 5404586. OLE color: 5404586.
HSL color Cylindrical-coordinate representation of color #AA7752: hue angle of 25.23º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA7752 is Cyan = 0, Magento = 0.3, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 119 | 82 | - |
| CMYK | 0 | 0.3 | 0.52 | 0.33 |
| HSL | 25.23º | 0.35% | 0.49% | - |
| HSV(B) | 25.23º | 0.52% | 0.67% | - |
| XYZ | 24.7 | 22.35 | 10.99 | - |
| YUV | 130.03 | 100.9 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 82 | 0 | 0.3 | 0.52 | 0.33 | 25.23 | 0.35 | 0.49 |
| Hex | AA | 77 | 52 | 0 | 1E | 34 | 21 | 19 | 23 | 31 |
| Octal | 252 | 167 | 122 | 0 | 36 | 64 | 41 | 31 | 43 | 61 |
| Binary | 10101010 | 1110111 | 1010010 | 0 | 11110 | 110100 | 100001 | 11001 | 100011 | 110001 |
Color Harmonies of #AA7752
Complementary color
Monochromatic Colors of #AA7752
Black with #AA7752
Text Example
Text Example
White with #AA7752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7752; }
p { color: rgb(170,119,82); }
H1.HeaderClassName
{
color: #AA7752;
}
.AnyTagClassName
{
color: #AA7752;
}
</style>
background-color css
<style>
a { background-color: #AA7752; }
a { background-color: rgb(170,119,82); }
div.DivClassName
{
background-color: #AA7752;
}
.BgClassName
{
background-color: #AA7752;
}
</style>
border-color css
<style>
span { border-color: #AA7752; }
span { border-color: rgb(170,119,82); }
td.TdClassName
{
border-color: #AA7752;
}
.TagClassName
{
border-color: #AA7752;
}
</style>