#A25943

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

Shades of Sepia #A25943

Tints of Sepia #A25943

Color information

#A25943 (or 0xA25943) is unknown color: approx Sepia. HEX triplet: A2, 59 and 43. RGB value is (162,89,67). Sum of RGB (Red+Green+Blue) = 162+89+67=318 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.94% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 67 (26.56% from 255 or 21.07% from 318); Max value from RGB is 162 - color contains mainly: red. Hex color #A25943 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25943 is #5DA6BC. Grayscale: #6C6C6C. Windows color (decimal): -6137533 or 4413858. OLE color: 4413858.

HSL color Cylindrical-coordinate representation of color #A25943: hue angle of 13.89º degrees, saturation: 0.41, 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 #A25943 is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB1628967-
CMYK00.450.590.36
HSL13.89º41.48%44.9%-
HSV(B)13.89º58.64%63.53%-
XYZ19.4915.237.22-
YUV108.32104.68166.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.94%
GREEN value IS 89 (35.16% from 255) = 27.99%
BLUE value IS 67 (26.56% from 255) = 21.07%
R=50.94%
G=27.99%
B=21.07%

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
Decimal162896700.450.590.3613.8941.4844.9
HexA2594302D3B24e292d
Octal2421311030557344165155
Binary101000101011001100001101011011110111001001110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25943; }

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

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

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

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

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

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

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

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