Shades of Sante Fe #A4704A
Tints of Sante Fe #A4704A
RGB
CMYK
RGB Variations
Color information
#A4704A (or 0xA4704A) is known color: Sante Fe. HEX triplet: A4, 70 and 4A. RGB value is (164,112,74). Sum of RGB (Red+Green+Blue) = 164+112+74=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 164 - color contains mainly: red. Hex color #A4704A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4704A is #5B8FB5. Grayscale: #7B7B7B. Windows color (decimal): -6000566 or 4878500. OLE color: 4878500.
HSL color Cylindrical-coordinate representation of color #A4704A: hue angle of 25.33º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A4704A is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 112 | 74 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.36 |
| HSL | 25.33º | 0.38% | 0.47% | - |
| HSV(B) | 25.33º | 0.55% | 0.64% | - |
| XYZ | 22.34 | 19.98 | 9.16 | - |
| YUV | 123.22 | 100.23 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 112 | 74 | 0 | 0.32 | 0.55 | 0.36 | 25.33 | 0.38 | 0.47 |
| Hex | A4 | 70 | 4A | 0 | 20 | 37 | 24 | 19 | 26 | 2F |
| Octal | 244 | 160 | 112 | 0 | 40 | 67 | 44 | 31 | 46 | 57 |
| Binary | 10100100 | 1110000 | 1001010 | 0 | 100000 | 110111 | 100100 | 11001 | 100110 | 101111 |
Color Harmonies of #A4704A
Complementary color
Monochromatic Colors of #A4704A
Black with #A4704A
Text Example
Text Example
White with #A4704A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4704A; }
p { color: rgb(164,112,74); }
H1.HeaderClassName
{
color: #A4704A;
}
.AnyTagClassName
{
color: #A4704A;
}
</style>
background-color css
<style>
a { background-color: #A4704A; }
a { background-color: rgb(164,112,74); }
div.DivClassName
{
background-color: #A4704A;
}
.BgClassName
{
background-color: #A4704A;
}
</style>
border-color css
<style>
span { border-color: #A4704A; }
span { border-color: rgb(164,112,74); }
td.TdClassName
{
border-color: #A4704A;
}
.TagClassName
{
border-color: #A4704A;
}
</style>