#a3634d

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

Shades of Sante Fe #A3634D

Tints of Sante Fe #A3634D

Color information

#A3634D (or 0xA3634D) is unknown color: approx Sante Fe. HEX triplet: A3, 63 and 4D. RGB value is (163,99,77). Sum of RGB (Red+Green+Blue) = 163+99+77=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 163 - color contains mainly: red. Hex color #A3634D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3634D is #5C9CB2. Grayscale: #737373. Windows color (decimal): -6069427 or 5071779. OLE color: 5071779.

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

Color convert

RGB1639977-
CMYK00.390.530.36
HSL15.35º35.83%47.06%-
HSV(B)15.35º52.76%63.92%-
XYZ20.9117.259.25-
YUV115.63106.2161.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.08%
GREEN value IS 99 (39.06% from 255) = 29.20%
BLUE value IS 77 (30.47% from 255) = 22.71%
R=48.08%
G=29.20%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163997700.390.530.3615.3535.8347.06
HexA3634D0273524f242f
Octal2431431150476544174457
Binary101000111100011100110101001111101011001001111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3634d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3634d; }

 p { color: rgb(163,99,77); }

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

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

 a { background-color: rgb(163,99,77); }

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

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

 span { border-color: rgb(163,99,77); }

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