Shades of Sante Fe #A86954
Tints of Sante Fe #A86954
RGB
CMYK
RGB Variations
Color information
#A86954 (or 0xA86954) is known color: Sante Fe. HEX triplet: A8, 69 and 54. RGB value is (168,105,84). Sum of RGB (Red+Green+Blue) = 168+105+84=357 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.06% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 84 (33.20% from 255 or 23.53% from 357); Max value from RGB is 168 - color contains mainly: red. Hex color #A86954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86954 is #5796AB. Grayscale: #797979. Windows color (decimal): -5740204 or 5532072. OLE color: 5532072.
HSL color Cylindrical-coordinate representation of color #A86954: hue angle of 15º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A86954 is Cyan = 0, Magento = 0.38, Yellow = 0.5 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 105 | 84 | - |
| CMYK | 0 | 0.38 | 0.5 | 0.34 |
| HSL | 15º | 0.33% | 0.49% | - |
| HSV(B) | 15º | 0.5% | 0.66% | - |
| XYZ | 22.8 | 19.07 | 10.87 | - |
| YUV | 121.44 | 106.87 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 84 | 0 | 0.38 | 0.5 | 0.34 | 15 | 0.33 | 0.49 |
| Hex | A8 | 69 | 54 | 0 | 26 | 32 | 22 | F | 21 | 31 |
| Octal | 250 | 151 | 124 | 0 | 46 | 62 | 42 | 17 | 41 | 61 |
| Binary | 10101000 | 1101001 | 1010100 | 0 | 100110 | 110010 | 100010 | 1111 | 100001 | 110001 |
Color Harmonies of #A86954
Complementary color
Monochromatic Colors of #A86954
Black with #A86954
Text Example
Text Example
White with #A86954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86954; }
p { color: rgb(168,105,84); }
H1.HeaderClassName
{
color: #A86954;
}
.AnyTagClassName
{
color: #A86954;
}
</style>
background-color css
<style>
a { background-color: #A86954; }
a { background-color: rgb(168,105,84); }
div.DivClassName
{
background-color: #A86954;
}
.BgClassName
{
background-color: #A86954;
}
</style>
border-color css
<style>
span { border-color: #A86954; }
span { border-color: rgb(168,105,84); }
td.TdClassName
{
border-color: #A86954;
}
.TagClassName
{
border-color: #A86954;
}
</style>