#A15E44

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

Shades of Sepia #A15E44

Tints of Sepia #A15E44

Color information

#A15E44 (or 0xA15E44) is unknown color: approx Sepia. HEX triplet: A1, 5E and 44. RGB value is (161,94,68). Sum of RGB (Red+Green+Blue) = 161+94+68=323 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.85% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 161 - color contains mainly: red. Hex color #A15E44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15E44 is #5EA1BB. Grayscale: #6F6F6F. Windows color (decimal): -6201788 or 4480673. OLE color: 4480673.

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

Color convert

RGB1619468-
CMYK00.420.580.37
HSL16.77º40.61%44.9%-
HSV(B)16.77º57.76%63.14%-
XYZ19.74167.52-
YUV111.07103.7163.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.85%
GREEN value IS 94 (37.11% from 255) = 29.10%
BLUE value IS 68 (26.95% from 255) = 21.05%
R=49.85%
G=29.10%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161946800.420.580.3716.7740.6144.9
HexA15E4402A3A2511292d
Octal2411361040527245215155
Binary1010000110111101000100010101011101010010110001101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15E44; }

 p { color: rgb(161,94,68); }

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

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

 a { background-color: rgb(161,94,68); }

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

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

 span { border-color: rgb(161,94,68); }

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