#A25A41

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

Shades of Sepia #A25A41

Tints of Sepia #A25A41

Color information

#A25A41 (or 0xA25A41) is unknown color: approx Sepia. HEX triplet: A2, 5A and 41. RGB value is (162,90,65). Sum of RGB (Red+Green+Blue) = 162+90+65=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25A41 is #5DA5BE. Grayscale: #6C6C6C. Windows color (decimal): -6137279 or 4283042. OLE color: 4283042.

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

Color convert

RGB1629065-
CMYK00.440.600.36
HSL15.46º42.73%44.51%-
HSV(B)15.46º59.88%63.53%-
XYZ19.5115.386.94-
YUV108.68103.35166.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.10%
GREEN value IS 90 (35.55% from 255) = 28.39%
BLUE value IS 65 (25.78% from 255) = 20.50%
R=51.10%
G=28.39%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162906500.440.600.3615.4642.7344.51
HexA25A4102C3C24f2b2d
Octal2421321010547444175355
Binary101000101011010100000101011001111001001001111101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25A41; }

 p { color: rgb(162,90,65); }

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

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

 a { background-color: rgb(162,90,65); }

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

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

 span { border-color: rgb(162,90,65); }

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