#A3604A

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

Shades of Sepia #A3604A

Tints of Sepia #A3604A

Color information

#A3604A (or 0xA3604A) is unknown color: approx Sepia. HEX triplet: A3, 60 and 4A. RGB value is (163,96,74). Sum of RGB (Red+Green+Blue) = 163+96+74=333 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.95% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 163 - color contains mainly: red. Hex color #A3604A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3604A is #5C9FB5. Grayscale: #717171. Windows color (decimal): -6070198 or 4874403. OLE color: 4874403.

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

Color convert

RGB1639674-
CMYK00.410.550.36
HSL14.83º37.55%46.47%-
HSV(B)14.83º54.6%63.92%-
XYZ20.5216.658.61-
YUV113.52105.7163.29-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.95%
GREEN value IS 96 (37.89% from 255) = 28.83%
BLUE value IS 74 (29.30% from 255) = 22.22%
R=48.95%
G=28.83%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163967400.410.550.3614.8337.5546.47
HexA3604A0293724f262e
Octal2431401120516744174656
Binary101000111100000100101001010011101111001001111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3604A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3604A; }

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

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

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

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

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

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

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

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