#A35E48

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

Shades of Sepia #A35E48

Tints of Sepia #A35E48

Color information

#A35E48 (or 0xA35E48) is unknown color: approx Sepia. HEX triplet: A3, 5E and 48. RGB value is (163,94,72). Sum of RGB (Red+Green+Blue) = 163+94+72=329 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.54% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 163 - color contains mainly: red. Hex color #A35E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35E48 is #5CA1B7. Grayscale: #707070. Windows color (decimal): -6070712 or 4742819. OLE color: 4742819.

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

Color convert

RGB1639472-
CMYK00.420.560.36
HSL14.51º38.72%46.08%-
HSV(B)14.51º55.83%63.92%-
XYZ20.2816.268.2-
YUV112.12105.36164.29-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.54%
GREEN value IS 94 (37.11% from 255) = 28.57%
BLUE value IS 72 (28.52% from 255) = 21.88%
R=49.54%
G=28.57%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163947200.420.560.3614.5138.7246.08
HexA35E4802A3824f272e
Octal2431361100527044174756
Binary101000111011110100100001010101110001001001111100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35E48; }

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

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

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

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

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

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

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

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