Shades of Sante Fe #A8644A
Tints of Sante Fe #A8644A
RGB
CMYK
RGB Variations
Color information
#A8644A (or 0xA8644A) is known color: Sante Fe. HEX triplet: A8, 64 and 4A. RGB value is (168,100,74). Sum of RGB (Red+Green+Blue) = 168+100+74=342 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.12% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 168 - color contains mainly: red. Hex color #A8644A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8644A is #579BB5. Grayscale: #757575. Windows color (decimal): -5741494 or 4875432. OLE color: 4875432.
HSL color Cylindrical-coordinate representation of color #A8644A: hue angle of 16.6º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A8644A is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 100 | 74 | - |
| CMYK | 0 | 0.40 | 0.56 | 0.34 |
| HSL | 16.6º | 0.39% | 0.47% | - |
| HSV(B) | 16.6º | 0.56% | 0.66% | - |
| XYZ | 21.94 | 17.93 | 8.78 | - |
| YUV | 117.37 | 103.53 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 100 | 74 | 0 | 0.40 | 0.56 | 0.34 | 16.6 | 0.39 | 0.47 |
| Hex | A8 | 64 | 4A | 0 | 28 | 38 | 22 | 11 | 27 | 2F |
| Octal | 250 | 144 | 112 | 0 | 50 | 70 | 42 | 21 | 47 | 57 |
| Binary | 10101000 | 1100100 | 1001010 | 0 | 101000 | 111000 | 100010 | 10001 | 100111 | 101111 |
Color Harmonies of #A8644A
Complementary color
Monochromatic Colors of #A8644A
Black with #A8644A
Text Example
Text Example
White with #A8644A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8644A; }
p { color: rgb(168,100,74); }
H1.HeaderClassName
{
color: #A8644A;
}
.AnyTagClassName
{
color: #A8644A;
}
</style>
background-color css
<style>
a { background-color: #A8644A; }
a { background-color: rgb(168,100,74); }
div.DivClassName
{
background-color: #A8644A;
}
.BgClassName
{
background-color: #A8644A;
}
</style>
border-color css
<style>
span { border-color: #A8644A; }
span { border-color: rgb(168,100,74); }
td.TdClassName
{
border-color: #A8644A;
}
.TagClassName
{
border-color: #A8644A;
}
</style>