Shades of Sante Fe #A3714B
Tints of Sante Fe #A3714B
RGB
CMYK
RGB Variations
Color information
#A3714B (or 0xA3714B) is known color: Sante Fe. HEX triplet: A3, 71 and 4B. RGB value is (163,113,75). Sum of RGB (Red+Green+Blue) = 163+113+75=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 163 - color contains mainly: red. Hex color #A3714B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3714B is #5C8EB4. Grayscale: #7B7B7B. Windows color (decimal): -6065845 or 4944291. OLE color: 4944291.
HSL color Cylindrical-coordinate representation of color #A3714B: hue angle of 25.91º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A3714B is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 113 | 75 | - |
| CMYK | 0 | 0.31 | 0.54 | 0.36 |
| HSL | 25.91º | 0.37% | 0.47% | - |
| HSV(B) | 25.91º | 0.54% | 0.64% | - |
| XYZ | 22.28 | 20.1 | 9.36 | - |
| YUV | 123.62 | 100.57 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 113 | 75 | 0 | 0.31 | 0.54 | 0.36 | 25.91 | 0.37 | 0.47 |
| Hex | A3 | 71 | 4B | 0 | 1F | 36 | 24 | 1A | 25 | 2F |
| Octal | 243 | 161 | 113 | 0 | 37 | 66 | 44 | 32 | 45 | 57 |
| Binary | 10100011 | 1110001 | 1001011 | 0 | 11111 | 110110 | 100100 | 11010 | 100101 | 101111 |
Color Harmonies of #A3714B
Complementary color
Monochromatic Colors of #A3714B
Black with #A3714B
Text Example
Text Example
White with #A3714B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3714B; }
p { color: rgb(163,113,75); }
H1.HeaderClassName
{
color: #A3714B;
}
.AnyTagClassName
{
color: #A3714B;
}
</style>
background-color css
<style>
a { background-color: #A3714B; }
a { background-color: rgb(163,113,75); }
div.DivClassName
{
background-color: #A3714B;
}
.BgClassName
{
background-color: #A3714B;
}
</style>
border-color css
<style>
span { border-color: #A3714B; }
span { border-color: rgb(163,113,75); }
td.TdClassName
{
border-color: #A3714B;
}
.TagClassName
{
border-color: #A3714B;
}
</style>