Shades of Sante Fe #A67552
Tints of Sante Fe #A67552
RGB
CMYK
RGB Variations
Color information
#A67552 (or 0xA67552) is known color: Sante Fe. HEX triplet: A6, 75 and 52. RGB value is (166,117,82). Sum of RGB (Red+Green+Blue) = 166+117+82=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 166 - color contains mainly: red. Hex color #A67552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67552 is #598AAD. Grayscale: #7F7F7F. Windows color (decimal): -5868206 or 5404070. OLE color: 5404070.
HSL color Cylindrical-coordinate representation of color #A67552: hue angle of 25º 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 #A67552 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 117 | 82 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.35 |
| HSL | 25º | 0.34% | 0.49% | - |
| HSV(B) | 25º | 0.51% | 0.65% | - |
| XYZ | 23.61 | 21.44 | 10.88 | - |
| YUV | 127.66 | 102.23 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 117 | 82 | 0 | 0.30 | 0.51 | 0.35 | 25 | 0.34 | 0.49 |
| Hex | A6 | 75 | 52 | 0 | 1E | 33 | 23 | 19 | 22 | 31 |
| Octal | 246 | 165 | 122 | 0 | 36 | 63 | 43 | 31 | 42 | 61 |
| Binary | 10100110 | 1110101 | 1010010 | 0 | 11110 | 110011 | 100011 | 11001 | 100010 | 110001 |
Color Harmonies of #A67552
Complementary color
Monochromatic Colors of #A67552
Black with #A67552
Text Example
Text Example
White with #A67552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67552; }
p { color: rgb(166,117,82); }
H1.HeaderClassName
{
color: #A67552;
}
.AnyTagClassName
{
color: #A67552;
}
</style>
background-color css
<style>
a { background-color: #A67552; }
a { background-color: rgb(166,117,82); }
div.DivClassName
{
background-color: #A67552;
}
.BgClassName
{
background-color: #A67552;
}
</style>
border-color css
<style>
span { border-color: #A67552; }
span { border-color: rgb(166,117,82); }
td.TdClassName
{
border-color: #A67552;
}
.TagClassName
{
border-color: #A67552;
}
</style>