Shades of Sante Fe #A76652
Tints of Sante Fe #A76652
RGB
CMYK
RGB Variations
Color information
#A76652 (or 0xA76652) is known color: Sante Fe. HEX triplet: A7, 66 and 52. RGB value is (167,102,82). Sum of RGB (Red+Green+Blue) = 167+102+82=351 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.58% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 82 (32.42% from 255 or 23.36% from 351); Max value from RGB is 167 - color contains mainly: red. Hex color #A76652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76652 is #5899AD. Grayscale: #777777. Windows color (decimal): -5806510 or 5400231. OLE color: 5400231.
HSL color Cylindrical-coordinate representation of color #A76652: hue angle of 14.12º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A76652 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 102 | 82 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.35 |
| HSL | 14.12º | 0.34% | 0.49% | - |
| HSV(B) | 14.12º | 0.51% | 0.65% | - |
| XYZ | 22.21 | 18.33 | 10.35 | - |
| YUV | 119.16 | 107.03 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 102 | 82 | 0 | 0.39 | 0.51 | 0.35 | 14.12 | 0.34 | 0.49 |
| Hex | A7 | 66 | 52 | 0 | 27 | 33 | 23 | E | 22 | 31 |
| Octal | 247 | 146 | 122 | 0 | 47 | 63 | 43 | 16 | 42 | 61 |
| Binary | 10100111 | 1100110 | 1010010 | 0 | 100111 | 110011 | 100011 | 1110 | 100010 | 110001 |
Color Harmonies of #A76652
Complementary color
Monochromatic Colors of #A76652
Black with #A76652
Text Example
Text Example
White with #A76652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76652; }
p { color: rgb(167,102,82); }
H1.HeaderClassName
{
color: #A76652;
}
.AnyTagClassName
{
color: #A76652;
}
</style>
background-color css
<style>
a { background-color: #A76652; }
a { background-color: rgb(167,102,82); }
div.DivClassName
{
background-color: #A76652;
}
.BgClassName
{
background-color: #A76652;
}
</style>
border-color css
<style>
span { border-color: #A76652; }
span { border-color: rgb(167,102,82); }
td.TdClassName
{
border-color: #A76652;
}
.TagClassName
{
border-color: #A76652;
}
</style>