Shades of Sante Fe #A76F4E
Tints of Sante Fe #A76F4E
RGB
CMYK
RGB Variations
Color information
#A76F4E (or 0xA76F4E) is known color: Sante Fe. HEX triplet: A7, 6F and 4E. RGB value is (167,111,78). Sum of RGB (Red+Green+Blue) = 167+111+78=356 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.91% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 167 - color contains mainly: red. Hex color #A76F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76F4E is #5890B1. Grayscale: #7C7C7C. Windows color (decimal): -5804210 or 5140391. OLE color: 5140391.
HSL color Cylindrical-coordinate representation of color #A76F4E: hue angle of 22.25º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A76F4E is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 111 | 78 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.35 |
| HSL | 22.25º | 0.36% | 0.48% | - |
| HSV(B) | 22.25º | 0.53% | 0.65% | - |
| XYZ | 23 | 20.13 | 9.88 | - |
| YUV | 123.98 | 102.05 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 111 | 78 | 0 | 0.34 | 0.53 | 0.35 | 22.25 | 0.36 | 0.48 |
| Hex | A7 | 6F | 4E | 0 | 22 | 35 | 23 | 16 | 24 | 30 |
| Octal | 247 | 157 | 116 | 0 | 42 | 65 | 43 | 26 | 44 | 60 |
| Binary | 10100111 | 1101111 | 1001110 | 0 | 100010 | 110101 | 100011 | 10110 | 100100 | 110000 |
Color Harmonies of #A76F4E
Complementary color
Monochromatic Colors of #A76F4E
Black with #A76F4E
Text Example
Text Example
White with #A76F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76F4E; }
p { color: rgb(167,111,78); }
H1.HeaderClassName
{
color: #A76F4E;
}
.AnyTagClassName
{
color: #A76F4E;
}
</style>
background-color css
<style>
a { background-color: #A76F4E; }
a { background-color: rgb(167,111,78); }
div.DivClassName
{
background-color: #A76F4E;
}
.BgClassName
{
background-color: #A76F4E;
}
</style>
border-color css
<style>
span { border-color: #A76F4E; }
span { border-color: rgb(167,111,78); }
td.TdClassName
{
border-color: #A76F4E;
}
.TagClassName
{
border-color: #A76F4E;
}
</style>