Shades of Sante Fe #A67452
Tints of Sante Fe #A67452
RGB
CMYK
RGB Variations
Color information
#A67452 (or 0xA67452) is known color: Sante Fe. HEX triplet: A6, 74 and 52. RGB value is (166,116,82). Sum of RGB (Red+Green+Blue) = 166+116+82=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 82 (32.42% from 255 or 22.53% from 364); Max value from RGB is 166 - color contains mainly: red. Hex color #A67452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67452 is #598BAD. Grayscale: #7F7F7F. Windows color (decimal): -5868462 or 5403814. OLE color: 5403814.
HSL color Cylindrical-coordinate representation of color #A67452: hue angle of 24.29º 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 #A67452 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 116 | 82 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.35 |
| HSL | 24.29º | 0.34% | 0.49% | - |
| HSV(B) | 24.29º | 0.51% | 0.65% | - |
| XYZ | 23.49 | 21.21 | 10.84 | - |
| YUV | 127.07 | 102.57 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 116 | 82 | 0 | 0.30 | 0.51 | 0.35 | 24.29 | 0.34 | 0.49 |
| Hex | A6 | 74 | 52 | 0 | 1E | 33 | 23 | 18 | 22 | 31 |
| Octal | 246 | 164 | 122 | 0 | 36 | 63 | 43 | 30 | 42 | 61 |
| Binary | 10100110 | 1110100 | 1010010 | 0 | 11110 | 110011 | 100011 | 11000 | 100010 | 110001 |
Color Harmonies of #A67452
Complementary color
Monochromatic Colors of #A67452
Black with #A67452
Text Example
Text Example
White with #A67452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67452; }
p { color: rgb(166,116,82); }
H1.HeaderClassName
{
color: #A67452;
}
.AnyTagClassName
{
color: #A67452;
}
</style>
background-color css
<style>
a { background-color: #A67452; }
a { background-color: rgb(166,116,82); }
div.DivClassName
{
background-color: #A67452;
}
.BgClassName
{
background-color: #A67452;
}
</style>
border-color css
<style>
span { border-color: #A67452; }
span { border-color: rgb(166,116,82); }
td.TdClassName
{
border-color: #A67452;
}
.TagClassName
{
border-color: #A67452;
}
</style>