Shades of Sante Fe #A76B52
Tints of Sante Fe #A76B52
RGB
CMYK
RGB Variations
Color information
#A76B52 (or 0xA76B52) is known color: Sante Fe. HEX triplet: A7, 6B and 52. RGB value is (167,107,82). Sum of RGB (Red+Green+Blue) = 167+107+82=356 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.91% from 356); Green value is 107 (42.19% from 255 or 30.06% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 167 - color contains mainly: red. Hex color #A76B52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76B52 is #5894AD. Grayscale: #7A7A7A. Windows color (decimal): -5805230 or 5401511. OLE color: 5401511.
HSL color Cylindrical-coordinate representation of color #A76B52: hue angle of 17.65º 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 #A76B52 is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 107 | 82 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.35 |
| HSL | 17.65º | 0.34% | 0.49% | - |
| HSV(B) | 17.65º | 0.51% | 0.65% | - |
| XYZ | 22.72 | 19.34 | 10.52 | - |
| YUV | 122.09 | 105.38 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 107 | 82 | 0 | 0.36 | 0.51 | 0.35 | 17.65 | 0.34 | 0.49 |
| Hex | A7 | 6B | 52 | 0 | 24 | 33 | 23 | 12 | 22 | 31 |
| Octal | 247 | 153 | 122 | 0 | 44 | 63 | 43 | 22 | 42 | 61 |
| Binary | 10100111 | 1101011 | 1010010 | 0 | 100100 | 110011 | 100011 | 10010 | 100010 | 110001 |
Color Harmonies of #A76B52
Complementary color
Monochromatic Colors of #A76B52
Black with #A76B52
Text Example
Text Example
White with #A76B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76B52; }
p { color: rgb(167,107,82); }
H1.HeaderClassName
{
color: #A76B52;
}
.AnyTagClassName
{
color: #A76B52;
}
</style>
background-color css
<style>
a { background-color: #A76B52; }
a { background-color: rgb(167,107,82); }
div.DivClassName
{
background-color: #A76B52;
}
.BgClassName
{
background-color: #A76B52;
}
</style>
border-color css
<style>
span { border-color: #A76B52; }
span { border-color: rgb(167,107,82); }
td.TdClassName
{
border-color: #A76B52;
}
.TagClassName
{
border-color: #A76B52;
}
</style>