#A15B42

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

Shades of Sepia #A15B42

Tints of Sepia #A15B42

Color information

#A15B42 (or 0xA15B42) is unknown color: approx Sepia. HEX triplet: A1, 5B and 42. RGB value is (161,91,66). Sum of RGB (Red+Green+Blue) = 161+91+66=318 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.63% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 161 - color contains mainly: red. Hex color #A15B42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15B42 is #5EA4BD. Grayscale: #6D6D6D. Windows color (decimal): -6202558 or 4348833. OLE color: 4348833.

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

Color convert

RGB1619166-
CMYK00.430.590.37
HSL15.79º41.85%44.51%-
HSV(B)15.79º59.01%63.14%-
XYZ19.4215.457.11-
YUV109.08103.69165.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.63%
GREEN value IS 91 (35.94% from 255) = 28.62%
BLUE value IS 66 (26.17% from 255) = 20.75%
R=50.63%
G=28.62%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.59
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161916600.430.590.3715.7941.8544.51
HexA15B4202B3B25102a2d
Octal2411331020537345205255
Binary1010000110110111000010010101111101110010110000101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15B42; }

 p { color: rgb(161,91,66); }

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

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

 a { background-color: rgb(161,91,66); }

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

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

 span { border-color: rgb(161,91,66); }

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