Shades of Sante Fe #A76852
Tints of Sante Fe #A76852
RGB
CMYK
RGB Variations
Color information
#A76852 (or 0xA76852) is known color: Sante Fe. HEX triplet: A7, 68 and 52. RGB value is (167,104,82). Sum of RGB (Red+Green+Blue) = 167+104+82=353 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.31% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 167 - color contains mainly: red. Hex color #A76852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76852 is #5897AD. Grayscale: #787878. Windows color (decimal): -5805998 or 5400743. OLE color: 5400743.
HSL color Cylindrical-coordinate representation of color #A76852: hue angle of 15.53º 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 #A76852 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 104 | 82 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.35 |
| HSL | 15.53º | 0.34% | 0.49% | - |
| HSV(B) | 15.53º | 0.51% | 0.65% | - |
| XYZ | 22.41 | 18.73 | 10.42 | - |
| YUV | 120.33 | 106.37 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 104 | 82 | 0 | 0.38 | 0.51 | 0.35 | 15.53 | 0.34 | 0.49 |
| Hex | A7 | 68 | 52 | 0 | 26 | 33 | 23 | 10 | 22 | 31 |
| Octal | 247 | 150 | 122 | 0 | 46 | 63 | 43 | 20 | 42 | 61 |
| Binary | 10100111 | 1101000 | 1010010 | 0 | 100110 | 110011 | 100011 | 10000 | 100010 | 110001 |
Color Harmonies of #A76852
Complementary color
Monochromatic Colors of #A76852
Black with #A76852
Text Example
Text Example
White with #A76852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76852; }
p { color: rgb(167,104,82); }
H1.HeaderClassName
{
color: #A76852;
}
.AnyTagClassName
{
color: #A76852;
}
</style>
background-color css
<style>
a { background-color: #A76852; }
a { background-color: rgb(167,104,82); }
div.DivClassName
{
background-color: #A76852;
}
.BgClassName
{
background-color: #A76852;
}
</style>
border-color css
<style>
span { border-color: #A76852; }
span { border-color: rgb(167,104,82); }
td.TdClassName
{
border-color: #A76852;
}
.TagClassName
{
border-color: #A76852;
}
</style>