Shades of Sante Fe #A6744E
Tints of Sante Fe #A6744E
RGB
CMYK
RGB Variations
Color information
#A6744E (or 0xA6744E) is known color: Sante Fe. HEX triplet: A6, 74 and 4E. RGB value is (166,116,78). Sum of RGB (Red+Green+Blue) = 166+116+78=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 78 (30.86% from 255 or 21.67% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A6744E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6744E is #598BB1. Grayscale: #7E7E7E. Windows color (decimal): -5868466 or 5141670. OLE color: 5141670.
HSL color Cylindrical-coordinate representation of color #A6744E: hue angle of 25.91º 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 #A6744E is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 116 | 78 | - |
| CMYK | 0 | 0.30 | 0.53 | 0.35 |
| HSL | 25.91º | 0.36% | 0.48% | - |
| HSV(B) | 25.91º | 0.53% | 0.65% | - |
| XYZ | 23.35 | 21.15 | 10.06 | - |
| YUV | 126.62 | 100.57 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 116 | 78 | 0 | 0.30 | 0.53 | 0.35 | 25.91 | 0.36 | 0.48 |
| Hex | A6 | 74 | 4E | 0 | 1E | 35 | 23 | 1A | 24 | 30 |
| Octal | 246 | 164 | 116 | 0 | 36 | 65 | 43 | 32 | 44 | 60 |
| Binary | 10100110 | 1110100 | 1001110 | 0 | 11110 | 110101 | 100011 | 11010 | 100100 | 110000 |
Color Harmonies of #A6744E
Complementary color
Monochromatic Colors of #A6744E
Black with #A6744E
Text Example
Text Example
White with #A6744E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6744E; }
p { color: rgb(166,116,78); }
H1.HeaderClassName
{
color: #A6744E;
}
.AnyTagClassName
{
color: #A6744E;
}
</style>
background-color css
<style>
a { background-color: #A6744E; }
a { background-color: rgb(166,116,78); }
div.DivClassName
{
background-color: #A6744E;
}
.BgClassName
{
background-color: #A6744E;
}
</style>
border-color css
<style>
span { border-color: #A6744E; }
span { border-color: rgb(166,116,78); }
td.TdClassName
{
border-color: #A6744E;
}
.TagClassName
{
border-color: #A6744E;
}
</style>