#A2583D

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

Shades of Sepia #A2583D

Tints of Sepia #A2583D

Color information

#A2583D (or 0xA2583D) is unknown color: approx Sepia. HEX triplet: A2, 58 and 3D. RGB value is (162,88,61). Sum of RGB (Red+Green+Blue) = 162+88+61=311 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.09% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 162 - color contains mainly: red. Hex color #A2583D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2583D is #5DA7C2. Grayscale: #6B6B6B. Windows color (decimal): -6137795 or 4020386. OLE color: 4020386.

HSL color Cylindrical-coordinate representation of color #A2583D: hue angle of 16.04º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2583D is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB1628861-
CMYK00.460.620.36
HSL16.04º45.29%43.73%-
HSV(B)16.04º62.35%63.53%-
XYZ19.23156.3-
YUV107.05102.02167.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.09%
GREEN value IS 88 (34.77% from 255) = 28.30%
BLUE value IS 61 (24.22% from 255) = 19.61%
R=52.09%
G=28.30%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162886100.460.620.3616.0445.2943.73
HexA2583D02E3E24102d2c
Octal242130750567644205554
Binary101000101011000111101010111011111010010010000101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2583D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2583D; }

 p { color: rgb(162,88,61); }

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

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

 a { background-color: rgb(162,88,61); }

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

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

 span { border-color: rgb(162,88,61); }

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