#A25944

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

Shades of Sepia #A25944

Tints of Sepia #A25944

Color information

#A25944 (or 0xA25944) is unknown color: approx Sepia. HEX triplet: A2, 59 and 44. RGB value is (162,89,68). Sum of RGB (Red+Green+Blue) = 162+89+68=319 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.78% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 162 - color contains mainly: red. Hex color #A25944 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25944 is #5DA6BB. Grayscale: #6C6C6C. Windows color (decimal): -6137532 or 4479394. OLE color: 4479394.

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

Color convert

RGB1628968-
CMYK00.450.580.36
HSL13.4º40.87%45.1%-
HSV(B)13.4º58.02%63.53%-
XYZ19.5215.247.38-
YUV108.43105.18166.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.78%
GREEN value IS 89 (35.16% from 255) = 27.90%
BLUE value IS 68 (26.95% from 255) = 21.32%
R=50.78%
G=27.90%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162896800.450.580.3613.440.8745.1
HexA2594402D3A24d292d
Octal2421311040557244155155
Binary101000101011001100010001011011110101001001101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25944; }

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

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

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

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

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

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

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

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