#A25A3B

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

Shades of Sepia #A25A3B

Tints of Sepia #A25A3B

Color information

#A25A3B (or 0xA25A3B) is unknown color: approx Sepia. HEX triplet: A2, 5A and 3B. RGB value is (162,90,59). Sum of RGB (Red+Green+Blue) = 162+90+59=311 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.09% from 311); Green value is 90 (35.55% from 255 or 28.94% from 311); Blue value is 59 (23.44% from 255 or 18.97% from 311); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25A3B is #5DA5C4. Grayscale: #6C6C6C. Windows color (decimal): -6137285 or 3889826. OLE color: 3889826.

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

Color convert

RGB1629059-
CMYK00.440.640.36
HSL18.06º46.61%43.33%-
HSV(B)18.06º63.58%63.53%-
XYZ19.3515.316.07-
YUV107.99100.35166.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.09%
GREEN value IS 90 (35.55% from 255) = 28.94%
BLUE value IS 59 (23.44% from 255) = 18.97%
R=52.09%
G=28.94%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162905900.440.640.3618.0646.6143.33
HexA25A3B02C4024122f2b
Octal2421327305410044225753
Binary1010001010110101110110101100100000010010010010101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25A3B; }

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

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

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

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

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

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

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

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