Shades of Sante Fe #A3654C
Tints of Sante Fe #A3654C
RGB
CMYK
RGB Variations
Color information
#A3654C (or 0xA3654C) is known color: Sante Fe. HEX triplet: A3, 65 and 4C. RGB value is (163,101,76). Sum of RGB (Red+Green+Blue) = 163+101+76=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 163 - color contains mainly: red. Hex color #A3654C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3654C is #5C9AB3. Grayscale: #747474. Windows color (decimal): -6068916 or 5006755. OLE color: 5006755.
HSL color Cylindrical-coordinate representation of color #A3654C: hue angle of 17.24º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A3654C is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 101 | 76 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.36 |
| HSL | 17.24º | 0.36% | 0.47% | - |
| HSV(B) | 17.24º | 0.53% | 0.64% | - |
| XYZ | 21.06 | 17.62 | 9.13 | - |
| YUV | 116.69 | 105.04 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 101 | 76 | 0 | 0.38 | 0.53 | 0.36 | 17.24 | 0.36 | 0.47 |
| Hex | A3 | 65 | 4C | 0 | 26 | 35 | 24 | 11 | 24 | 2F |
| Octal | 243 | 145 | 114 | 0 | 46 | 65 | 44 | 21 | 44 | 57 |
| Binary | 10100011 | 1100101 | 1001100 | 0 | 100110 | 110101 | 100100 | 10001 | 100100 | 101111 |
Color Harmonies of #A3654C
Complementary color
Monochromatic Colors of #A3654C
Black with #A3654C
Text Example
Text Example
White with #A3654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3654C; }
p { color: rgb(163,101,76); }
H1.HeaderClassName
{
color: #A3654C;
}
.AnyTagClassName
{
color: #A3654C;
}
</style>
background-color css
<style>
a { background-color: #A3654C; }
a { background-color: rgb(163,101,76); }
div.DivClassName
{
background-color: #A3654C;
}
.BgClassName
{
background-color: #A3654C;
}
</style>
border-color css
<style>
span { border-color: #A3654C; }
span { border-color: rgb(163,101,76); }
td.TdClassName
{
border-color: #A3654C;
}
.TagClassName
{
border-color: #A3654C;
}
</style>