#A35E45

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

Shades of Sepia #A35E45

Tints of Sepia #A35E45

Color information

#A35E45 (or 0xA35E45) is unknown color: approx Sepia. HEX triplet: A3, 5E and 45. RGB value is (163,94,69). Sum of RGB (Red+Green+Blue) = 163+94+69=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 94 (37.11% from 255 or 28.83% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A35E45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35E45 is #5CA1BA. Grayscale: #6F6F6F. Windows color (decimal): -6070715 or 4546211. OLE color: 4546211.

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

Color convert

RGB1639469-
CMYK00.420.580.36
HSL15.96º40.52%45.49%-
HSV(B)15.96º57.67%63.92%-
XYZ20.1816.227.7-
YUV111.78103.86164.53-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50%
GREEN value IS 94 (37.11% from 255) = 28.83%
BLUE value IS 69 (27.34% from 255) = 21.17%
R=50%
G=28.83%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163946900.420.580.3615.9640.5245.49
HexA35E4502A3A2410292d
Octal2431361050527244205155
Binary1010001110111101000101010101011101010010010000101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35E45; }

 p { color: rgb(163,94,69); }

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

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

 a { background-color: rgb(163,94,69); }

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

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

 span { border-color: rgb(163,94,69); }

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