#A2533E

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

Shades of Sepia #A2533E

Tints of Sepia #A2533E

Color information

#A2533E (or 0xA2533E) is unknown color: approx Sepia. HEX triplet: A2, 53 and 3E. RGB value is (162,83,62). Sum of RGB (Red+Green+Blue) = 162+83+62=307 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.77% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 162 - color contains mainly: red. Hex color #A2533E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2533E is #5DACC1. Grayscale: #686868. Windows color (decimal): -6139074 or 4084642. OLE color: 4084642.

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

Color convert

RGB1628362-
CMYK00.490.620.36
HSL12.6º44.64%43.92%-
HSV(B)12.6º61.73%63.53%-
XYZ18.8614.226.31-
YUV104.23104.17169.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.77%
GREEN value IS 83 (32.81% from 255) = 27.04%
BLUE value IS 62 (24.61% from 255) = 20.20%
R=52.77%
G=27.04%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162836200.490.620.3612.644.6443.92
HexA2533E0313E24d2d2c
Octal242123760617644155554
Binary10100010101001111111001100011111101001001101101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2533E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2533E; }

 p { color: rgb(162,83,62); }

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

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

 a { background-color: rgb(162,83,62); }

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

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

 span { border-color: rgb(162,83,62); }

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