#A25E49

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

Shades of Sepia #A25E49

Tints of Sepia #A25E49

Color information

#A25E49 (or 0xA25E49) is unknown color: approx Sepia. HEX triplet: A2, 5E and 49. RGB value is (162,94,73). Sum of RGB (Red+Green+Blue) = 162+94+73=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25E49 is #5DA1B6. Grayscale: #707070. Windows color (decimal): -6136247 or 4808354. OLE color: 4808354.

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

Color convert

RGB1629473-
CMYK00.420.550.36
HSL14.16º37.87%46.08%-
HSV(B)14.16º54.94%63.53%-
XYZ20.1116.178.36-
YUV111.94106.03163.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.24%
GREEN value IS 94 (37.11% from 255) = 28.57%
BLUE value IS 73 (28.91% from 255) = 22.19%
R=49.24%
G=28.57%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162947300.420.550.3614.1637.8746.08
HexA25E4902A3724e262e
Octal2421361110526744164656
Binary101000101011110100100101010101101111001001110100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25E49; }

 p { color: rgb(162,94,73); }

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

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

 a { background-color: rgb(162,94,73); }

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

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

 span { border-color: rgb(162,94,73); }

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