Shades of Sante Fe #A36F52
Tints of Sante Fe #A36F52
RGB
CMYK
RGB Variations
Color information
#A36F52 (or 0xA36F52) is known color: Sante Fe. HEX triplet: A3, 6F and 52. RGB value is (163,111,82). Sum of RGB (Red+Green+Blue) = 163+111+82=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36F52 is #5C90AD. Grayscale: #7B7B7B. Windows color (decimal): -6066350 or 5402531. OLE color: 5402531.
HSL color Cylindrical-coordinate representation of color #A36F52: hue angle of 21.48º 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 #A36F52 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 111 | 82 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.36 |
| HSL | 21.48º | 0.33% | 0.48% | - |
| HSV(B) | 21.48º | 0.5% | 0.64% | - |
| XYZ | 22.31 | 19.76 | 10.62 | - |
| YUV | 123.24 | 104.73 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 111 | 82 | 0 | 0.32 | 0.50 | 0.36 | 21.48 | 0.33 | 0.48 |
| Hex | A3 | 6F | 52 | 0 | 20 | 32 | 24 | 15 | 21 | 30 |
| Octal | 243 | 157 | 122 | 0 | 40 | 62 | 44 | 25 | 41 | 60 |
| Binary | 10100011 | 1101111 | 1010010 | 0 | 100000 | 110010 | 100100 | 10101 | 100001 | 110000 |
Color Harmonies of #A36F52
Complementary color
Monochromatic Colors of #A36F52
Black with #A36F52
Text Example
Text Example
White with #A36F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36F52; }
p { color: rgb(163,111,82); }
H1.HeaderClassName
{
color: #A36F52;
}
.AnyTagClassName
{
color: #A36F52;
}
</style>
background-color css
<style>
a { background-color: #A36F52; }
a { background-color: rgb(163,111,82); }
div.DivClassName
{
background-color: #A36F52;
}
.BgClassName
{
background-color: #A36F52;
}
</style>
border-color css
<style>
span { border-color: #A36F52; }
span { border-color: rgb(163,111,82); }
td.TdClassName
{
border-color: #A36F52;
}
.TagClassName
{
border-color: #A36F52;
}
</style>