#A1583A

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

Shades of Sepia #A1583A

Tints of Sepia #A1583A

Color information

#A1583A (or 0xA1583A) is unknown color: approx Sepia. HEX triplet: A1, 58 and 3A. RGB value is (161,88,58). Sum of RGB (Red+Green+Blue) = 161+88+58=307 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.44% from 307); Green value is 88 (34.77% from 255 or 28.66% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 161 - color contains mainly: red. Hex color #A1583A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1583A is #5EA7C5. Grayscale: #6A6A6A. Windows color (decimal): -6203334 or 3823777. OLE color: 3823777.

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

Color convert

RGB1618858-
CMYK00.450.640.37
HSL17.48º47.03%42.94%-
HSV(B)17.48º63.98%63.14%-
XYZ18.9514.865.87-
YUV106.41100.68166.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.44%
GREEN value IS 88 (34.77% from 255) = 28.66%
BLUE value IS 58 (23.05% from 255) = 18.89%
R=52.44%
G=28.66%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.64
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161885800.450.640.3717.4847.0342.94
HexA1583A02D4025112f2b
Octal2411307205510045215753
Binary1010000110110001110100101101100000010010110001101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1583A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1583A; }

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

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

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

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

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

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

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

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