Shades of Sante Fe #A36852
Tints of Sante Fe #A36852
RGB
CMYK
RGB Variations
Color information
#A36852 (or 0xA36852) is known color: Sante Fe. HEX triplet: A3, 68 and 52. RGB value is (163,104,82). Sum of RGB (Red+Green+Blue) = 163+104+82=349 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.70% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 82 (32.42% from 255 or 23.50% from 349); Max value from RGB is 163 - color contains mainly: red. Hex color #A36852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36852 is #5C97AD. Grayscale: #777777. Windows color (decimal): -6068142 or 5400739. OLE color: 5400739.
HSL color Cylindrical-coordinate representation of color #A36852: hue angle of 16.3º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A36852 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 104 | 82 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.36 |
| HSL | 16.3º | 0.33% | 0.48% | - |
| HSV(B) | 16.3º | 0.5% | 0.64% | - |
| XYZ | 21.58 | 18.3 | 10.38 | - |
| YUV | 119.13 | 107.05 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 104 | 82 | 0 | 0.36 | 0.50 | 0.36 | 16.3 | 0.33 | 0.48 |
| Hex | A3 | 68 | 52 | 0 | 24 | 32 | 24 | 10 | 21 | 30 |
| Octal | 243 | 150 | 122 | 0 | 44 | 62 | 44 | 20 | 41 | 60 |
| Binary | 10100011 | 1101000 | 1010010 | 0 | 100100 | 110010 | 100100 | 10000 | 100001 | 110000 |
Color Harmonies of #A36852
Complementary color
Monochromatic Colors of #A36852
Black with #A36852
Text Example
Text Example
White with #A36852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36852; }
p { color: rgb(163,104,82); }
H1.HeaderClassName
{
color: #A36852;
}
.AnyTagClassName
{
color: #A36852;
}
</style>
background-color css
<style>
a { background-color: #A36852; }
a { background-color: rgb(163,104,82); }
div.DivClassName
{
background-color: #A36852;
}
.BgClassName
{
background-color: #A36852;
}
</style>
border-color css
<style>
span { border-color: #A36852; }
span { border-color: rgb(163,104,82); }
td.TdClassName
{
border-color: #A36852;
}
.TagClassName
{
border-color: #A36852;
}
</style>