#A1583B

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

Shades of Sepia #A1583B

Tints of Sepia #A1583B

Color information

#A1583B (or 0xA1583B) is unknown color: approx Sepia. HEX triplet: A1, 58 and 3B. RGB value is (161,88,59). Sum of RGB (Red+Green+Blue) = 161+88+59=308 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.27% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 59 (23.44% from 255 or 19.16% from 308); Max value from RGB is 161 - color contains mainly: red. Hex color #A1583B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1583B is #5EA7C4. Grayscale: #6A6A6A. Windows color (decimal): -6203333 or 3889313. OLE color: 3889313.

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

Color convert

RGB1618859-
CMYK00.450.630.37
HSL17.06º46.36%43.14%-
HSV(B)17.06º63.35%63.14%-
XYZ18.9814.876.01-
YUV106.52101.18166.86-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.27%
GREEN value IS 88 (34.77% from 255) = 28.57%
BLUE value IS 59 (23.44% from 255) = 19.16%
R=52.27%
G=28.57%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161885900.450.630.3717.0646.3643.14
HexA1583B02D3F25112e2b
Octal241130730557745215653
Binary101000011011000111011010110111111110010110001101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1583B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1583B; }

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

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

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

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

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

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

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

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