#A1614A

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

Shades of Sepia #A1614A

Tints of Sepia #A1614A

Color information

#A1614A (or 0xA1614A) is unknown color: approx Sepia. HEX triplet: A1, 61 and 4A. RGB value is (161,97,74). Sum of RGB (Red+Green+Blue) = 161+97+74=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A1614A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1614A is #5E9EB5. Grayscale: #717171. Windows color (decimal): -6201014 or 4874657. OLE color: 4874657.

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

Color convert

RGB1619774-
CMYK00.400.540.37
HSL15.86º37.02%46.08%-
HSV(B)15.86º54.04%63.14%-
XYZ20.2116.628.62-
YUV113.51105.7161.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.49%
GREEN value IS 97 (38.28% from 255) = 29.22%
BLUE value IS 74 (29.30% from 255) = 22.29%
R=48.49%
G=29.22%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161977400.400.540.3715.8637.0246.08
HexA1614A028362510252e
Octal2411411120506645204556
Binary1010000111000011001010010100011011010010110000100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1614A; }

 p { color: rgb(161,97,74); }

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

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

 a { background-color: rgb(161,97,74); }

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

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

 span { border-color: rgb(161,97,74); }

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