#A45E42

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

Shades of Sepia #A45E42

Tints of Sepia #A45E42

Color information

#A45E42 (or 0xA45E42) is unknown color: approx Sepia. HEX triplet: A4, 5E and 42. RGB value is (164,94,66). Sum of RGB (Red+Green+Blue) = 164+94+66=324 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.62% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 164 - color contains mainly: red. Hex color #A45E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45E42 is #5BA1BD. Grayscale: #6F6F6F. Windows color (decimal): -6005182 or 4349604. OLE color: 4349604.

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

Color convert

RGB1649466-
CMYK00.430.600.36
HSL17.14º42.61%45.1%-
HSV(B)17.14º59.76%64.31%-
XYZ20.316.297.23-
YUV111.74102.19165.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.62%
GREEN value IS 94 (37.11% from 255) = 29.01%
BLUE value IS 66 (26.17% from 255) = 20.37%
R=50.62%
G=29.01%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164946600.430.600.3617.1442.6145.1
HexA45E4202B3C24112b2d
Octal2441361020537444215355
Binary1010010010111101000010010101111110010010010001101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45E42; }

 p { color: rgb(164,94,66); }

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

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

 a { background-color: rgb(164,94,66); }

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

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

 span { border-color: rgb(164,94,66); }

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