#A45C40

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

Shades of Sepia #A45C40

Tints of Sepia #A45C40

Color information

#A45C40 (or 0xA45C40) is unknown color: approx Sepia. HEX triplet: A4, 5C and 40. RGB value is (164,92,64). Sum of RGB (Red+Green+Blue) = 164+92+64=320 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.25% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 164 - color contains mainly: red. Hex color #A45C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45C40 is #5BA3BF. Grayscale: #6E6E6E. Windows color (decimal): -6005696 or 4218020. OLE color: 4218020.

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

Color convert

RGB1649264-
CMYK00.440.610.36
HSL16.8º43.86%44.71%-
HSV(B)16.8º60.98%64.31%-
XYZ20.0615.926.87-
YUV110.34101.85166.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.25%
GREEN value IS 92 (36.33% from 255) = 28.75%
BLUE value IS 64 (25.39% from 255) = 20%
R=51.25%
G=28.75%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164926400.440.610.3616.843.8644.71
HexA45C4002C3D24112c2d
Octal2441341000547544215455
Binary1010010010111001000000010110011110110010010001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45C40; }

 p { color: rgb(164,92,64); }

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

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

 a { background-color: rgb(164,92,64); }

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

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

 span { border-color: rgb(164,92,64); }

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