Shades of Sante Fe #A3654A
Tints of Sante Fe #A3654A
RGB
CMYK
RGB Variations
Color information
#A3654A (or 0xA3654A) is known color: Sante Fe. HEX triplet: A3, 65 and 4A. RGB value is (163,101,74). Sum of RGB (Red+Green+Blue) = 163+101+74=338 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.22% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 163 - color contains mainly: red. Hex color #A3654A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3654A is #5C9AB5. Grayscale: #747474. Windows color (decimal): -6068918 or 4875683. OLE color: 4875683.
HSL color Cylindrical-coordinate representation of color #A3654A: hue angle of 18.2º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A3654A is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 101 | 74 | - |
| CMYK | 0 | 0.38 | 0.55 | 0.36 |
| HSL | 18.2º | 0.38% | 0.46% | - |
| HSV(B) | 18.2º | 0.55% | 0.64% | - |
| XYZ | 20.99 | 17.59 | 8.77 | - |
| YUV | 116.46 | 104.04 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 101 | 74 | 0 | 0.38 | 0.55 | 0.36 | 18.2 | 0.38 | 0.46 |
| Hex | A3 | 65 | 4A | 0 | 26 | 37 | 24 | 12 | 26 | 2E |
| Octal | 243 | 145 | 112 | 0 | 46 | 67 | 44 | 22 | 46 | 56 |
| Binary | 10100011 | 1100101 | 1001010 | 0 | 100110 | 110111 | 100100 | 10010 | 100110 | 101110 |
Color Harmonies of #A3654A
Complementary color
Monochromatic Colors of #A3654A
Black with #A3654A
Text Example
Text Example
White with #A3654A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3654A; }
p { color: rgb(163,101,74); }
H1.HeaderClassName
{
color: #A3654A;
}
.AnyTagClassName
{
color: #A3654A;
}
</style>
background-color css
<style>
a { background-color: #A3654A; }
a { background-color: rgb(163,101,74); }
div.DivClassName
{
background-color: #A3654A;
}
.BgClassName
{
background-color: #A3654A;
}
</style>
border-color css
<style>
span { border-color: #A3654A; }
span { border-color: rgb(163,101,74); }
td.TdClassName
{
border-color: #A3654A;
}
.TagClassName
{
border-color: #A3654A;
}
</style>