#a3684a

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

Shades of Sante Fe #A3684A

Tints of Sante Fe #A3684A

Color information

#A3684A (or 0xA3684A) is unknown color: approx Sante Fe. HEX triplet: A3, 68 and 4A. RGB value is (163,104,74). Sum of RGB (Red+Green+Blue) = 163+104+74=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 163 - color contains mainly: red. Hex color #A3684A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3684A is #5C97B5. Grayscale: #767676. Windows color (decimal): -6068150 or 4876451. OLE color: 4876451.

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

Color convert

RGB16310474-
CMYK00.360.550.36
HSL20.22º37.55%46.47%-
HSV(B)20.22º54.6%63.92%-
XYZ21.2918.188.87-
YUV118.22103.05159.94-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.80%
GREEN value IS 104 (41.02% from 255) = 30.50%
BLUE value IS 74 (29.30% from 255) = 21.70%
R=47.80%
G=30.50%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631047400.360.550.3620.2237.5546.47
HexA3684A024372414262e
Octal2431501120446744244656
Binary1010001111010001001010010010011011110010010100100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3684a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3684a; }

 p { color: rgb(163,104,74); }

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

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

 a { background-color: rgb(163,104,74); }

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

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

 span { border-color: rgb(163,104,74); }

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