#A16246

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

Shades of Sepia #A16246

Tints of Sepia #A16246

Color information

#A16246 (or 0xA16246) is unknown color: approx Sepia. HEX triplet: A1, 62 and 46. RGB value is (161,98,70). Sum of RGB (Red+Green+Blue) = 161+98+70=329 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.94% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 161 - color contains mainly: red. Hex color #A16246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16246 is #5E9DB9. Grayscale: #717171. Windows color (decimal): -6200762 or 4612769. OLE color: 4612769.

HSL color Cylindrical-coordinate representation of color #A16246: hue angle of 18.46º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A16246 is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB1619870-
CMYK00.390.570.37
HSL18.46º39.39%45.29%-
HSV(B)18.46º56.52%63.14%-
XYZ20.1716.757.97-
YUV113.64103.37161.78-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.94%
GREEN value IS 98 (38.67% from 255) = 29.79%
BLUE value IS 70 (27.73% from 255) = 21.28%
R=48.94%
G=29.79%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161987000.390.570.3718.4639.3945.29
HexA16246027392512272d
Octal2411421060477145224755
Binary1010000111000101000110010011111100110010110010100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16246; }

 p { color: rgb(161,98,70); }

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

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

 a { background-color: rgb(161,98,70); }

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

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

 span { border-color: rgb(161,98,70); }

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