#A25A3E

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

Shades of Sepia #A25A3E

Tints of Sepia #A25A3E

Color information

#A25A3E (or 0xA25A3E) is unknown color: approx Sepia. HEX triplet: A2, 5A and 3E. RGB value is (162,90,62). Sum of RGB (Red+Green+Blue) = 162+90+62=314 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.59% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 62 (24.61% from 255 or 19.75% from 314); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25A3E is #5DA5C1. Grayscale: #6C6C6C. Windows color (decimal): -6137282 or 4086434. OLE color: 4086434.

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

Color convert

RGB1629062-
CMYK00.440.620.36
HSL16.8º44.64%43.92%-
HSV(B)16.8º61.73%63.53%-
XYZ19.4315.346.49-
YUV108.34101.85166.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.59%
GREEN value IS 90 (35.55% from 255) = 28.66%
BLUE value IS 62 (24.61% from 255) = 19.75%
R=51.59%
G=28.66%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162906200.440.620.3616.844.6443.92
HexA25A3E02C3E24112d2c
Octal242132760547644215554
Binary101000101011010111110010110011111010010010001101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25A3E; }

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

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

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

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

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

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

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

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