#A1604B

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

Shades of Sepia #A1604B

Tints of Sepia #A1604B

Color information

#A1604B (or 0xA1604B) is unknown color: approx Sepia. HEX triplet: A1, 60 and 4B. RGB value is (161,96,75). Sum of RGB (Red+Green+Blue) = 161+96+75=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A1604B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1604B is #5E9FB4. Grayscale: #717171. Windows color (decimal): -6201269 or 4939937. OLE color: 4939937.

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

Color convert

RGB1619675-
CMYK00.400.530.37
HSL14.65º36.44%46.27%-
HSV(B)14.65º53.42%63.14%-
XYZ20.1516.458.77-
YUV113.04106.53162.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.49%
GREEN value IS 96 (37.89% from 255) = 28.92%
BLUE value IS 75 (29.69% from 255) = 22.59%
R=48.49%
G=28.92%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161967500.400.530.3714.6536.4446.27
HexA1604B0283525f242e
Octal2411401130506545174456
Binary101000011100000100101101010001101011001011111100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1604B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1604B; }

 p { color: rgb(161,96,75); }

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

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

 a { background-color: rgb(161,96,75); }

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

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

 span { border-color: rgb(161,96,75); }

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