Shades of Sante Fe #A56652
Tints of Sante Fe #A56652
RGB
CMYK
RGB Variations
Color information
#A56652 (or 0xA56652) is known color: Sante Fe. HEX triplet: A5, 66 and 52. RGB value is (165,102,82). Sum of RGB (Red+Green+Blue) = 165+102+82=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 82 (32.42% from 255 or 23.50% from 349); Max value from RGB is 165 - color contains mainly: red. Hex color #A56652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56652 is #5A99AD. Grayscale: #767676. Windows color (decimal): -5937582 or 5400229. OLE color: 5400229.
HSL color Cylindrical-coordinate representation of color #A56652: hue angle of 14.46º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A56652 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 102 | 82 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.35 |
| HSL | 14.46º | 0.34% | 0.48% | - |
| HSV(B) | 14.46º | 0.5% | 0.65% | - |
| XYZ | 21.79 | 18.11 | 10.33 | - |
| YUV | 118.56 | 107.37 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 102 | 82 | 0 | 0.38 | 0.50 | 0.35 | 14.46 | 0.34 | 0.48 |
| Hex | A5 | 66 | 52 | 0 | 26 | 32 | 23 | E | 22 | 30 |
| Octal | 245 | 146 | 122 | 0 | 46 | 62 | 43 | 16 | 42 | 60 |
| Binary | 10100101 | 1100110 | 1010010 | 0 | 100110 | 110010 | 100011 | 1110 | 100010 | 110000 |
Color Harmonies of #A56652
Complementary color
Monochromatic Colors of #A56652
Black with #A56652
Text Example
Text Example
White with #A56652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56652; }
p { color: rgb(165,102,82); }
H1.HeaderClassName
{
color: #A56652;
}
.AnyTagClassName
{
color: #A56652;
}
</style>
background-color css
<style>
a { background-color: #A56652; }
a { background-color: rgb(165,102,82); }
div.DivClassName
{
background-color: #A56652;
}
.BgClassName
{
background-color: #A56652;
}
</style>
border-color css
<style>
span { border-color: #A56652; }
span { border-color: rgb(165,102,82); }
td.TdClassName
{
border-color: #A56652;
}
.TagClassName
{
border-color: #A56652;
}
</style>