#A25A3F

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

Shades of Sepia #A25A3F

Tints of Sepia #A25A3F

Color information

#A25A3F (or 0xA25A3F) is unknown color: approx Sepia. HEX triplet: A2, 5A and 3F. RGB value is (162,90,63). Sum of RGB (Red+Green+Blue) = 162+90+63=315 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.43% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25A3F is #5DA5C0. Grayscale: #6C6C6C. Windows color (decimal): -6137281 or 4151970. OLE color: 4151970.

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

Color convert

RGB1629063-
CMYK00.440.610.36
HSL16.36º44%44.12%-
HSV(B)16.36º61.11%63.53%-
XYZ19.4515.356.64-
YUV108.45102.35166.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.43%
GREEN value IS 90 (35.55% from 255) = 28.57%
BLUE value IS 63 (25% from 255) = 20%
R=51.43%
G=28.57%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162906300.440.610.3616.364444.12
HexA25A3F02C3D24102c2c
Octal242132770547544205454
Binary101000101011010111111010110011110110010010000101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25A3F; }

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

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

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

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

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

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

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

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