#A0583C

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

Shades of Sepia #A0583C

Tints of Sepia #A0583C

Color information

#A0583C (or 0xA0583C) is unknown color: approx Sepia. HEX triplet: A0, 58 and 3C. RGB value is (160,88,60). Sum of RGB (Red+Green+Blue) = 160+88+60=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A0583C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0583C is #5FA7C3. Grayscale: #6A6A6A. Windows color (decimal): -6268868 or 3954848. OLE color: 3954848.

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

Color convert

RGB1608860-
CMYK00.450.620.37
HSL16.8º45.45%43.14%-
HSV(B)16.8º62.5%62.75%-
XYZ18.814.786.14-
YUV106.34101.85166.28-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.95%
GREEN value IS 88 (34.77% from 255) = 28.57%
BLUE value IS 60 (23.83% from 255) = 19.48%
R=51.95%
G=28.57%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160886000.450.620.3716.845.4543.14
HexA0583C02D3E25112d2b
Octal240130740557645215553
Binary101000001011000111100010110111111010010110001101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0583C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0583C; }

 p { color: rgb(160,88,60); }

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

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

 a { background-color: rgb(160,88,60); }

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

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

 span { border-color: rgb(160,88,60); }

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