Shades of Sante Fe #A76F50
Tints of Sante Fe #A76F50
RGB
CMYK
RGB Variations
Color information
#A76F50 (or 0xA76F50) is known color: Sante Fe. HEX triplet: A7, 6F and 50. RGB value is (167,111,80). Sum of RGB (Red+Green+Blue) = 167+111+80=358 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.65% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 167 - color contains mainly: red. Hex color #A76F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76F50 is #5890AF. Grayscale: #7C7C7C. Windows color (decimal): -5804208 or 5271463. OLE color: 5271463.
HSL color Cylindrical-coordinate representation of color #A76F50: hue angle of 21.38º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A76F50 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 111 | 80 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.35 |
| HSL | 21.38º | 0.35% | 0.48% | - |
| HSV(B) | 21.38º | 0.52% | 0.65% | - |
| XYZ | 23.07 | 20.16 | 10.27 | - |
| YUV | 124.21 | 103.05 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 111 | 80 | 0 | 0.34 | 0.52 | 0.35 | 21.38 | 0.35 | 0.48 |
| Hex | A7 | 6F | 50 | 0 | 22 | 34 | 23 | 15 | 23 | 30 |
| Octal | 247 | 157 | 120 | 0 | 42 | 64 | 43 | 25 | 43 | 60 |
| Binary | 10100111 | 1101111 | 1010000 | 0 | 100010 | 110100 | 100011 | 10101 | 100011 | 110000 |
Color Harmonies of #A76F50
Complementary color
Monochromatic Colors of #A76F50
Black with #A76F50
Text Example
Text Example
White with #A76F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76F50; }
p { color: rgb(167,111,80); }
H1.HeaderClassName
{
color: #A76F50;
}
.AnyTagClassName
{
color: #A76F50;
}
</style>
background-color css
<style>
a { background-color: #A76F50; }
a { background-color: rgb(167,111,80); }
div.DivClassName
{
background-color: #A76F50;
}
.BgClassName
{
background-color: #A76F50;
}
</style>
border-color css
<style>
span { border-color: #A76F50; }
span { border-color: rgb(167,111,80); }
td.TdClassName
{
border-color: #A76F50;
}
.TagClassName
{
border-color: #A76F50;
}
</style>