Shades of Sante Fe #A8644C
Tints of Sante Fe #A8644C
RGB
CMYK
RGB Variations
Color information
#A8644C (or 0xA8644C) is known color: Sante Fe. HEX triplet: A8, 64 and 4C. RGB value is (168,100,76). Sum of RGB (Red+Green+Blue) = 168+100+76=344 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.84% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 168 - color contains mainly: red. Hex color #A8644C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8644C is #579BB3. Grayscale: #757575. Windows color (decimal): -5741492 or 5006504. OLE color: 5006504.
HSL color Cylindrical-coordinate representation of color #A8644C: hue angle of 15.65º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8644C is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 100 | 76 | - |
| CMYK | 0 | 0.40 | 0.55 | 0.34 |
| HSL | 15.65º | 0.38% | 0.48% | - |
| HSV(B) | 15.65º | 0.55% | 0.66% | - |
| XYZ | 22.01 | 17.96 | 9.14 | - |
| YUV | 117.6 | 104.53 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 100 | 76 | 0 | 0.40 | 0.55 | 0.34 | 15.65 | 0.38 | 0.48 |
| Hex | A8 | 64 | 4C | 0 | 28 | 37 | 22 | 10 | 26 | 30 |
| Octal | 250 | 144 | 114 | 0 | 50 | 67 | 42 | 20 | 46 | 60 |
| Binary | 10101000 | 1100100 | 1001100 | 0 | 101000 | 110111 | 100010 | 10000 | 100110 | 110000 |
Color Harmonies of #A8644C
Complementary color
Monochromatic Colors of #A8644C
Black with #A8644C
Text Example
Text Example
White with #A8644C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8644C; }
p { color: rgb(168,100,76); }
H1.HeaderClassName
{
color: #A8644C;
}
.AnyTagClassName
{
color: #A8644C;
}
</style>
background-color css
<style>
a { background-color: #A8644C; }
a { background-color: rgb(168,100,76); }
div.DivClassName
{
background-color: #A8644C;
}
.BgClassName
{
background-color: #A8644C;
}
</style>
border-color css
<style>
span { border-color: #A8644C; }
span { border-color: rgb(168,100,76); }
td.TdClassName
{
border-color: #A8644C;
}
.TagClassName
{
border-color: #A8644C;
}
</style>