#A25D44

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

Shades of Sepia #A25D44

Tints of Sepia #A25D44

Color information

#A25D44 (or 0xA25D44) is unknown color: approx Sepia. HEX triplet: A2, 5D and 44. RGB value is (162,93,68). Sum of RGB (Red+Green+Blue) = 162+93+68=323 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.15% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 162 - color contains mainly: red. Hex color #A25D44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25D44 is #5DA2BB. Grayscale: #6E6E6E. Windows color (decimal): -6136508 or 4480418. OLE color: 4480418.

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

Color convert

RGB1629368-
CMYK00.430.580.36
HSL15.96º40.87%45.1%-
HSV(B)15.96º58.02%63.53%-
XYZ19.8615.937.5-
YUV110.78103.86164.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.15%
GREEN value IS 93 (36.72% from 255) = 28.79%
BLUE value IS 68 (26.95% from 255) = 21.05%
R=50.15%
G=28.79%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162936800.430.580.3615.9640.8745.1
HexA25D4402B3A2410292d
Octal2421351040537244205155
Binary1010001010111011000100010101111101010010010000101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25D44; }

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

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

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

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

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

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

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

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