#A16244

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

Shades of Sepia #A16244

Tints of Sepia #A16244

Color information

#A16244 (or 0xA16244) is unknown color: approx Sepia. HEX triplet: A1, 62 and 44. RGB value is (161,98,68). Sum of RGB (Red+Green+Blue) = 161+98+68=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A16244 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16244 is #5E9DBB. Grayscale: #717171. Windows color (decimal): -6200764 or 4481697. OLE color: 4481697.

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

Color convert

RGB1619868-
CMYK00.390.580.37
HSL19.35º40.61%44.9%-
HSV(B)19.35º57.76%63.14%-
XYZ20.1116.737.64-
YUV113.42102.37161.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.24%
GREEN value IS 98 (38.67% from 255) = 29.97%
BLUE value IS 68 (26.95% from 255) = 20.80%
R=49.24%
G=29.97%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161986800.390.580.3719.3540.6144.9
HexA162440273A2513292d
Octal2411421040477245235155
Binary1010000111000101000100010011111101010010110011101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16244; }

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

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

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

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

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

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

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

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