#A25D43

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

Shades of Sepia #A25D43

Tints of Sepia #A25D43

Color information

#A25D43 (or 0xA25D43) is unknown color: approx Sepia. HEX triplet: A2, 5D and 43. RGB value is (162,93,67). Sum of RGB (Red+Green+Blue) = 162+93+67=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 67 (26.56% from 255 or 20.81% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A25D43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25D43 is #5DA2BC. Grayscale: #6E6E6E. Windows color (decimal): -6136509 or 4414882. OLE color: 4414882.

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

Color convert

RGB1629367-
CMYK00.430.590.36
HSL16.42º41.48%44.9%-
HSV(B)16.42º58.64%63.53%-
XYZ19.8315.927.34-
YUV110.67103.36164.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.31%
GREEN value IS 93 (36.72% from 255) = 28.88%
BLUE value IS 67 (26.56% from 255) = 20.81%
R=50.31%
G=28.88%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162936700.430.590.3616.4241.4844.9
HexA25D4302B3B2410292d
Octal2421351030537344205155
Binary1010001010111011000011010101111101110010010000101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25D43; }

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

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

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

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

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

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

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

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