#A1583E

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

Shades of Sepia #A1583E

Tints of Sepia #A1583E

Color information

#A1583E (or 0xA1583E) is unknown color: approx Sepia. HEX triplet: A1, 58 and 3E. RGB value is (161,88,62). Sum of RGB (Red+Green+Blue) = 161+88+62=311 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.77% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 62 (24.61% from 255 or 19.94% from 311); Max value from RGB is 161 - color contains mainly: red. Hex color #A1583E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1583E is #5EA7C1. Grayscale: #6B6B6B. Windows color (decimal): -6203330 or 4085921. OLE color: 4085921.

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

Color convert

RGB1618862-
CMYK00.450.610.37
HSL15.76º44.39%43.73%-
HSV(B)15.76º61.49%63.14%-
XYZ19.0614.96.43-
YUV106.86102.68166.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.77%
GREEN value IS 88 (34.77% from 255) = 28.30%
BLUE value IS 62 (24.61% from 255) = 19.94%
R=51.77%
G=28.30%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161886200.450.610.3715.7644.3943.73
HexA1583E02D3D25102c2c
Octal241130760557545205454
Binary101000011011000111110010110111110110010110000101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1583E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1583E; }

 p { color: rgb(161,88,62); }

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

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

 a { background-color: rgb(161,88,62); }

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

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

 span { border-color: rgb(161,88,62); }

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