#A36144

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

Shades of Sepia #A36144

Tints of Sepia #A36144

Color information

#A36144 (or 0xA36144) is unknown color: approx Sepia. HEX triplet: A3, 61 and 44. RGB value is (163,97,68). Sum of RGB (Red+Green+Blue) = 163+97+68=328 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.70% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 68 (26.95% from 255 or 20.73% from 328); Max value from RGB is 163 - color contains mainly: red. Hex color #A36144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36144 is #5C9EBB. Grayscale: #717171. Windows color (decimal): -6069948 or 4481443. OLE color: 4481443.

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

Color convert

RGB1639768-
CMYK00.400.580.36
HSL18.32º41.13%45.29%-
HSV(B)18.32º58.28%63.92%-
XYZ20.4216.757.63-
YUV113.43102.37163.36-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.70%
GREEN value IS 97 (38.28% from 255) = 29.57%
BLUE value IS 68 (26.95% from 255) = 20.73%
R=49.70%
G=29.57%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163976800.400.580.3618.3241.1345.29
HexA361440283A2412292d
Octal2431411040507244225155
Binary1010001111000011000100010100011101010010010010101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36144; }

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

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

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

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

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

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

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

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