#A35E42

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

Shades of Sepia #A35E42

Tints of Sepia #A35E42

Color information

#A35E42 (or 0xA35E42) is unknown color: approx Sepia. HEX triplet: A3, 5E and 42. RGB value is (163,94,66). Sum of RGB (Red+Green+Blue) = 163+94+66=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A35E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35E42 is #5CA1BD. Grayscale: #6F6F6F. Windows color (decimal): -6070718 or 4349603. OLE color: 4349603.

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

Color convert

RGB1639466-
CMYK00.420.600.36
HSL17.32º42.36%44.9%-
HSV(B)17.32º59.51%63.92%-
XYZ20.0916.197.22-
YUV111.44102.36164.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.46%
GREEN value IS 94 (37.11% from 255) = 29.10%
BLUE value IS 66 (26.17% from 255) = 20.43%
R=50.46%
G=29.10%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163946600.420.600.3617.3242.3644.9
HexA35E4202A3C24112a2d
Octal2431361020527444215255
Binary1010001110111101000010010101011110010010010001101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35E42; }

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

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

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

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

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

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

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

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