Shades of Sante Fe #A36F51
Tints of Sante Fe #A36F51
RGB
CMYK
RGB Variations
Color information
#A36F51 (or 0xA36F51) is known color: Sante Fe. HEX triplet: A3, 6F and 51. RGB value is (163,111,81). Sum of RGB (Red+Green+Blue) = 163+111+81=355 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.92% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 81 (32.03% from 255 or 22.82% from 355); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36F51 is #5C90AE. Grayscale: #7B7B7B. Windows color (decimal): -6066351 or 5336995. OLE color: 5336995.
HSL color Cylindrical-coordinate representation of color #A36F51: hue angle of 21.95º degrees, saturation: 0.34, 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 #A36F51 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 111 | 81 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.36 |
| HSL | 21.95º | 0.34% | 0.48% | - |
| HSV(B) | 21.95º | 0.5% | 0.64% | - |
| XYZ | 22.27 | 19.75 | 10.42 | - |
| YUV | 123.13 | 104.23 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 111 | 81 | 0 | 0.32 | 0.50 | 0.36 | 21.95 | 0.34 | 0.48 |
| Hex | A3 | 6F | 51 | 0 | 20 | 32 | 24 | 16 | 22 | 30 |
| Octal | 243 | 157 | 121 | 0 | 40 | 62 | 44 | 26 | 42 | 60 |
| Binary | 10100011 | 1101111 | 1010001 | 0 | 100000 | 110010 | 100100 | 10110 | 100010 | 110000 |
Color Harmonies of #A36F51
Complementary color
Monochromatic Colors of #A36F51
Black with #A36F51
Text Example
Text Example
White with #A36F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36F51; }
p { color: rgb(163,111,81); }
H1.HeaderClassName
{
color: #A36F51;
}
.AnyTagClassName
{
color: #A36F51;
}
</style>
background-color css
<style>
a { background-color: #A36F51; }
a { background-color: rgb(163,111,81); }
div.DivClassName
{
background-color: #A36F51;
}
.BgClassName
{
background-color: #A36F51;
}
</style>
border-color css
<style>
span { border-color: #A36F51; }
span { border-color: rgb(163,111,81); }
td.TdClassName
{
border-color: #A36F51;
}
.TagClassName
{
border-color: #A36F51;
}
</style>