#A1523E

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

Shades of Sepia #A1523E

Tints of Sepia #A1523E

Color information

#A1523E (or 0xA1523E) is unknown color: approx Sepia. HEX triplet: A1, 52 and 3E. RGB value is (161,82,62). Sum of RGB (Red+Green+Blue) = 161+82+62=305 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.79% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 161 - color contains mainly: red. Hex color #A1523E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1523E is #5EADC1. Grayscale: #676767. Windows color (decimal): -6204866 or 4084385. OLE color: 4084385.

HSL color Cylindrical-coordinate representation of color #A1523E: hue angle of 12.12º degrees, saturation: 0.44, 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 #A1523E is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB1618262-
CMYK00.490.610.37
HSL12.12º44.39%43.73%-
HSV(B)12.12º61.49%63.14%-
XYZ18.5813.966.27-
YUV103.34104.67169.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.79%
GREEN value IS 82 (32.42% from 255) = 26.89%
BLUE value IS 62 (24.61% from 255) = 20.33%
R=52.79%
G=26.89%
B=20.33%

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
Decimal161826200.490.610.3712.1244.3943.73
HexA1523E0313D25c2c2c
Octal241122760617545145454
Binary10100001101001011111001100011111011001011100101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1523E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1523E; }

 p { color: rgb(161,82,62); }

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

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

 a { background-color: rgb(161,82,62); }

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

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

 span { border-color: rgb(161,82,62); }

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