#A25A44

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

Shades of Sepia #A25A44

Tints of Sepia #A25A44

Color information

#A25A44 (or 0xA25A44) is unknown color: approx Sepia. HEX triplet: A2, 5A and 44. RGB value is (162,90,68). Sum of RGB (Red+Green+Blue) = 162+90+68=320 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.62% from 320); Green value is 90 (35.55% from 255 or 28.12% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25A44 is #5DA5BB. Grayscale: #6D6D6D. Windows color (decimal): -6137276 or 4479650. OLE color: 4479650.

HSL color Cylindrical-coordinate representation of color #A25A44: hue angle of 14.04º 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 #A25A44 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB1629068-
CMYK00.440.580.36
HSL14.04º40.87%45.1%-
HSV(B)14.04º58.02%63.53%-
XYZ19.615.417.41-
YUV109.02104.85165.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.62%
GREEN value IS 90 (35.55% from 255) = 28.12%
BLUE value IS 68 (26.95% from 255) = 21.25%
R=50.62%
G=28.12%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162906800.440.580.3614.0440.8745.1
HexA25A4402C3A24e292d
Octal2421321040547244165155
Binary101000101011010100010001011001110101001001110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25A44; }

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

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

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

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

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

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

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

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