#A25942

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

Shades of Sepia #A25942

Tints of Sepia #A25942

Color information

#A25942 (or 0xA25942) is unknown color: approx Sepia. HEX triplet: A2, 59 and 42. RGB value is (162,89,66). Sum of RGB (Red+Green+Blue) = 162+89+66=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 66 (26.17% from 255 or 20.82% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A25942 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25942 is #5DA6BD. Grayscale: #6C6C6C. Windows color (decimal): -6137534 or 4348322. OLE color: 4348322.

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

Color convert

RGB1628966-
CMYK00.450.590.36
HSL14.38º42.11%44.71%-
HSV(B)14.38º59.26%63.53%-
XYZ19.4615.227.07-
YUV108.2104.18166.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.10%
GREEN value IS 89 (35.16% from 255) = 28.08%
BLUE value IS 66 (26.17% from 255) = 20.82%
R=51.10%
G=28.08%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162896600.450.590.3614.3842.1144.71
HexA2594202D3B24e2a2d
Octal2421311020557344165255
Binary101000101011001100001001011011110111001001110101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25942; }

 p { color: rgb(162,89,66); }

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

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

 a { background-color: rgb(162,89,66); }

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

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

 span { border-color: rgb(162,89,66); }

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