Shades of Sante Fe #A87754
Tints of Sante Fe #A87754
RGB
CMYK
RGB Variations
Color information
#A87754 (or 0xA87754) is known color: Sante Fe. HEX triplet: A8, 77 and 54. RGB value is (168,119,84). Sum of RGB (Red+Green+Blue) = 168+119+84=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 84 (33.20% from 255 or 22.64% from 371); Max value from RGB is 168 - color contains mainly: red. Hex color #A87754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87754 is #5788AB. Grayscale: #818181. Windows color (decimal): -5736620 or 5535656. OLE color: 5535656.
HSL color Cylindrical-coordinate representation of color #A87754: hue angle of 25º 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 #A87754 is Cyan = 0, Magento = 0.29, Yellow = 0.5 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 119 | 84 | - |
| CMYK | 0 | 0.29 | 0.5 | 0.34 |
| HSL | 25º | 0.33% | 0.49% | - |
| HSV(B) | 25º | 0.5% | 0.66% | - |
| XYZ | 24.35 | 22.16 | 11.38 | - |
| YUV | 129.66 | 102.23 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 119 | 84 | 0 | 0.29 | 0.5 | 0.34 | 25 | 0.33 | 0.49 |
| Hex | A8 | 77 | 54 | 0 | 1D | 32 | 22 | 19 | 21 | 31 |
| Octal | 250 | 167 | 124 | 0 | 35 | 62 | 42 | 31 | 41 | 61 |
| Binary | 10101000 | 1110111 | 1010100 | 0 | 11101 | 110010 | 100010 | 11001 | 100001 | 110001 |
Color Harmonies of #A87754
Complementary color
Monochromatic Colors of #A87754
Black with #A87754
Text Example
Text Example
White with #A87754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87754; }
p { color: rgb(168,119,84); }
H1.HeaderClassName
{
color: #A87754;
}
.AnyTagClassName
{
color: #A87754;
}
</style>
background-color css
<style>
a { background-color: #A87754; }
a { background-color: rgb(168,119,84); }
div.DivClassName
{
background-color: #A87754;
}
.BgClassName
{
background-color: #A87754;
}
</style>
border-color css
<style>
span { border-color: #A87754; }
span { border-color: rgb(168,119,84); }
td.TdClassName
{
border-color: #A87754;
}
.TagClassName
{
border-color: #A87754;
}
</style>