#A3704A

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

Shades of Sante Fe #A3704A

Tints of Sante Fe #A3704A

Color information

#A3704A (or 0xA3704A) is unknown color: approx Sante Fe. HEX triplet: A3, 70 and 4A. RGB value is (163,112,74). Sum of RGB (Red+Green+Blue) = 163+112+74=349 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.70% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 163 - color contains mainly: red. Hex color #A3704A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3704A is #5C8FB5. Grayscale: #7B7B7B. Windows color (decimal): -6066102 or 4878499. OLE color: 4878499.

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

Color convert

RGB16311274-
CMYK00.310.550.36
HSL25.62º37.55%46.47%-
HSV(B)25.62º54.6%63.92%-
XYZ22.1319.879.15-
YUV122.92100.4156.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.70%
GREEN value IS 112 (44.14% from 255) = 32.09%
BLUE value IS 74 (29.30% from 255) = 21.20%
R=46.70%
G=32.09%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631127400.310.550.3625.6237.5546.47
HexA3704A01F37241a262e
Octal2431601120376744324656
Binary101000111110000100101001111111011110010011010100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3704A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3704A; }

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

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

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

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

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

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

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

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