#A2553D

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

Shades of Sepia #A2553D

Tints of Sepia #A2553D

Color information

#A2553D (or 0xA2553D) is unknown color: approx Sepia. HEX triplet: A2, 55 and 3D. RGB value is (162,85,61). Sum of RGB (Red+Green+Blue) = 162+85+61=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A2553D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2553D is #5DAAC2. Grayscale: #696969. Windows color (decimal): -6138563 or 4019618. OLE color: 4019618.

HSL color Cylindrical-coordinate representation of color #A2553D: hue angle of 14.26º 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 #A2553D is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB1628561-
CMYK00.480.620.36
HSL14.26º45.29%43.73%-
HSV(B)14.26º62.35%63.53%-
XYZ18.9914.526.22-
YUV105.29103.01168.45-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.60%
GREEN value IS 85 (33.59% from 255) = 27.60%
BLUE value IS 61 (24.22% from 255) = 19.81%
R=52.60%
G=27.60%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162856100.480.620.3614.2645.2943.73
HexA2553D0303E24e2d2c
Octal242125750607644165554
Binary10100010101010111110101100001111101001001110101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2553D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2553D; }

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

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

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

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

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

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

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

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