#A3614C

Color #A3614C Sante Fe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sante Fe #A3614C

Tints of Sante Fe #A3614C

Color information

#A3614C (or 0xA3614C) is unknown color: approx Sante Fe. HEX triplet: A3, 61 and 4C. RGB value is (163,97,76). Sum of RGB (Red+Green+Blue) = 163+97+76=336 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.51% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 163 - color contains mainly: red. Hex color #A3614C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3614C is #5C9EB3. Grayscale: #727272. Windows color (decimal): -6069940 or 5005731. OLE color: 5005731.

HSL color Cylindrical-coordinate representation of color #A3614C: hue angle of 14.48º 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 #A3614C is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB1639776-
CMYK00.400.530.36
HSL14.48º36.4%46.86%-
HSV(B)14.48º53.37%63.92%-
XYZ20.6816.869-
YUV114.34106.37162.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 163 (64.06% from 255) = 48.51%
GREEN value IS 97 (38.28% from 255) = 28.87%
BLUE value IS 76 (30.08% from 255) = 22.62%
R=48.51%
G=28.87%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163977600.400.530.3614.4836.446.86
HexA3614C0283524e242f
Octal2431411140506544164457
Binary101000111100001100110001010001101011001001110100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3614C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3614C; }

 p { color: rgb(163,97,76); }

 H1.HeaderClassName
 {
   color: #A3614C;
 }
 .AnyTagClassName
 {
   color: #A3614C;
 }
</style>
background-color css

<style>
 a { background-color: #A3614C; }

 a { background-color: rgb(163,97,76); }

 div.DivClassName
 {
   background-color: #A3614C;
 }
 .BgClassName
 {
   background-color: #A3614C;
 }
</style>
border-color css

<style>
 span { border-color: #A3614C; }

 span { border-color: rgb(163,97,76); }

 td.TdClassName
 {
   border-color: #A3614C;
 }
 .TagClassName
 {
   border-color: #A3614C;
 }
</style>