#A36146

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

Shades of Sepia #A36146

Tints of Sepia #A36146

Color information

#A36146 (or 0xA36146) is unknown color: approx Sepia. HEX triplet: A3, 61 and 46. RGB value is (163,97,70). Sum of RGB (Red+Green+Blue) = 163+97+70=330 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.39% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 163 - color contains mainly: red. Hex color #A36146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36146 is #5C9EB9. Grayscale: #717171. Windows color (decimal): -6069946 or 4612515. OLE color: 4612515.

HSL color Cylindrical-coordinate representation of color #A36146: hue angle of 17.42º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A36146 is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB1639770-
CMYK00.400.570.36
HSL17.42º39.91%45.69%-
HSV(B)17.42º57.06%63.92%-
XYZ20.4816.787.95-
YUV113.66103.37163.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.39%
GREEN value IS 97 (38.28% from 255) = 29.39%
BLUE value IS 70 (27.73% from 255) = 21.21%
R=49.39%
G=29.39%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163977000.400.570.3617.4239.9145.69
HexA36146028392411282e
Octal2431411060507144215056
Binary1010001111000011000110010100011100110010010001101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36146; }

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

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

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

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

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

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

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

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