#A25843

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

Shades of Sepia #A25843

Tints of Sepia #A25843

Color information

#A25843 (or 0xA25843) is unknown color: approx Sepia. HEX triplet: A2, 58 and 43. RGB value is (162,88,67). Sum of RGB (Red+Green+Blue) = 162+88+67=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 67 (26.56% from 255 or 21.14% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A25843 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25843 is #5DA7BC. Grayscale: #6B6B6B. Windows color (decimal): -6137789 or 4413602. OLE color: 4413602.

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

Color convert

RGB1628867-
CMYK00.460.590.36
HSL13.26º41.48%44.9%-
HSV(B)13.26º58.64%63.53%-
XYZ19.415.077.2-
YUV107.73105.02166.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.10%
GREEN value IS 88 (34.77% from 255) = 27.76%
BLUE value IS 67 (26.56% from 255) = 21.14%
R=51.10%
G=27.76%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162886700.460.590.3613.2641.4844.9
HexA2584302E3B24d292d
Octal2421301030567344155155
Binary101000101011000100001101011101110111001001101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25843; }

 p { color: rgb(162,88,67); }

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

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

 a { background-color: rgb(162,88,67); }

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

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

 span { border-color: rgb(162,88,67); }

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