#A25A3C

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

Shades of Sepia #A25A3C

Tints of Sepia #A25A3C

Color information

#A25A3C (or 0xA25A3C) is unknown color: approx Sepia. HEX triplet: A2, 5A and 3C. RGB value is (162,90,60). Sum of RGB (Red+Green+Blue) = 162+90+60=312 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.92% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25A3C is #5DA5C3. Grayscale: #6C6C6C. Windows color (decimal): -6137284 or 3955362. OLE color: 3955362.

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

Color convert

RGB1629060-
CMYK00.440.630.36
HSL17.65º45.95%43.53%-
HSV(B)17.65º62.96%63.53%-
XYZ19.3715.326.21-
YUV108.11100.85166.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.92%
GREEN value IS 90 (35.55% from 255) = 28.85%
BLUE value IS 60 (23.83% from 255) = 19.23%
R=51.92%
G=28.85%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162906000.440.630.3617.6545.9543.53
HexA25A3C02C3F24122e2c
Octal242132740547744225654
Binary101000101011010111100010110011111110010010010101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25A3C; }

 p { color: rgb(162,90,60); }

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

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

 a { background-color: rgb(162,90,60); }

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

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

 span { border-color: rgb(162,90,60); }

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