#A15F46

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

Shades of Sepia #A15F46

Tints of Sepia #A15F46

Color information

#A15F46 (or 0xA15F46) is unknown color: approx Sepia. HEX triplet: A1, 5F and 46. RGB value is (161,95,70). Sum of RGB (Red+Green+Blue) = 161+95+70=326 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.39% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 161 - color contains mainly: red. Hex color #A15F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15F46 is #5EA0B9. Grayscale: #707070. Windows color (decimal): -6201530 or 4612001. OLE color: 4612001.

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

Color convert

RGB1619570-
CMYK00.410.570.37
HSL16.48º39.39%45.29%-
HSV(B)16.48º56.52%63.14%-
XYZ19.916.27.87-
YUV111.88104.37163.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.39%
GREEN value IS 95 (37.5% from 255) = 29.14%
BLUE value IS 70 (27.73% from 255) = 21.47%
R=49.39%
G=29.14%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161957000.410.570.3716.4839.3945.29
HexA15F46029392510272d
Octal2411371060517145204755
Binary1010000110111111000110010100111100110010110000100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15F46; }

 p { color: rgb(161,95,70); }

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

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

 a { background-color: rgb(161,95,70); }

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

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

 span { border-color: rgb(161,95,70); }

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