#A25641

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

Shades of Sepia #A25641

Tints of Sepia #A25641

Color information

#A25641 (or 0xA25641) is unknown color: approx Sepia. HEX triplet: A2, 56 and 41. RGB value is (162,86,65). Sum of RGB (Red+Green+Blue) = 162+86+65=313 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.76% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 162 - color contains mainly: red. Hex color #A25641 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25641 is #5DA9BE. Grayscale: #6A6A6A. Windows color (decimal): -6138303 or 4282018. OLE color: 4282018.

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

Color convert

RGB1628665-
CMYK00.470.600.36
HSL12.99º42.73%44.51%-
HSV(B)12.99º59.88%63.53%-
XYZ19.1814.726.83-
YUV106.33104.68167.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.76%
GREEN value IS 86 (33.98% from 255) = 27.48%
BLUE value IS 65 (25.78% from 255) = 20.77%
R=51.76%
G=27.48%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162866500.470.600.3612.9942.7344.51
HexA2564102F3C24d2b2d
Octal2421261010577444155355
Binary101000101010110100000101011111111001001001101101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25641; }

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

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

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

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

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

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

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

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