#A45C43

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

Shades of Sepia #A45C43

Tints of Sepia #A45C43

Color information

#A45C43 (or 0xA45C43) is unknown color: approx Sepia. HEX triplet: A4, 5C and 43. RGB value is (164,92,67). Sum of RGB (Red+Green+Blue) = 164+92+67=323 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.77% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 67 (26.56% from 255 or 20.74% from 323); Max value from RGB is 164 - color contains mainly: red. Hex color #A45C43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45C43 is #5BA3BC. Grayscale: #6E6E6E. Windows color (decimal): -6005693 or 4414628. OLE color: 4414628.

HSL color Cylindrical-coordinate representation of color #A45C43: hue angle of 15.46º degrees, saturation: 0.42, 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 #A45C43 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB1649267-
CMYK00.440.590.36
HSL15.46º41.99%45.29%-
HSV(B)15.46º59.15%64.31%-
XYZ20.1515.957.33-
YUV110.68103.35166.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.77%
GREEN value IS 92 (36.33% from 255) = 28.48%
BLUE value IS 67 (26.56% from 255) = 20.74%
R=50.77%
G=28.48%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164926700.440.590.3615.4641.9945.29
HexA45C4302C3B24f2a2d
Octal2441341030547344175255
Binary101001001011100100001101011001110111001001111101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45C43; }

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

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

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

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

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

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

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

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