#A25E46

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

Shades of Sepia #A25E46

Tints of Sepia #A25E46

Color information

#A25E46 (or 0xA25E46) is unknown color: approx Sepia. HEX triplet: A2, 5E and 46. RGB value is (162,94,70). Sum of RGB (Red+Green+Blue) = 162+94+70=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 94 (37.11% from 255 or 28.83% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25E46 is #5DA1B9. Grayscale: #6F6F6F. Windows color (decimal): -6136250 or 4611746. OLE color: 4611746.

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

Color convert

RGB1629470-
CMYK00.420.570.36
HSL15.65º39.66%45.49%-
HSV(B)15.65º56.79%63.53%-
XYZ20.0116.137.85-
YUV111.6104.53163.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.69%
GREEN value IS 94 (37.11% from 255) = 28.83%
BLUE value IS 70 (27.73% from 255) = 21.47%
R=49.69%
G=28.83%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162947000.420.570.3615.6539.6645.49
HexA25E4602A392410282d
Octal2421361060527144205055
Binary1010001010111101000110010101011100110010010000101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25E46; }

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

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

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

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

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

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

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

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