#A0523F

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

Shades of Sepia #A0523F

Tints of Sepia #A0523F

Color information

#A0523F (or 0xA0523F) is unknown color: approx Sepia. HEX triplet: A0, 52 and 3F. RGB value is (160,82,63). Sum of RGB (Red+Green+Blue) = 160+82+63=305 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.46% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 160 - color contains mainly: red. Hex color #A0523F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0523F is #5FADC0. Grayscale: #676767. Windows color (decimal): -6270401 or 4149920. OLE color: 4149920.

HSL color Cylindrical-coordinate representation of color #A0523F: hue angle of 11.75º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A0523F is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB1608263-
CMYK00.490.610.37
HSL11.75º43.5%43.73%-
HSV(B)11.75º60.62%62.75%-
XYZ18.4113.876.41-
YUV103.16105.34168.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.46%
GREEN value IS 82 (32.42% from 255) = 26.89%
BLUE value IS 63 (25% from 255) = 20.66%
R=52.46%
G=26.89%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160826300.490.610.3711.7543.543.73
HexA0523F0313D25c2b2c
Octal240122770617545145354
Binary10100000101001011111101100011111011001011100101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0523F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0523F; }

 p { color: rgb(160,82,63); }

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

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

 a { background-color: rgb(160,82,63); }

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

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

 span { border-color: rgb(160,82,63); }

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