#A15945

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

Shades of Sepia #A15945

Tints of Sepia #A15945

Color information

#A15945 (or 0xA15945) is unknown color: approx Sepia. HEX triplet: A1, 59 and 45. RGB value is (161,89,69). Sum of RGB (Red+Green+Blue) = 161+89+69=319 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.47% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 69 (27.34% from 255 or 21.63% from 319); Max value from RGB is 161 - color contains mainly: red. Hex color #A15945 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15945 is #5EA6BA. Grayscale: #6C6C6C. Windows color (decimal): -6203067 or 4544929. OLE color: 4544929.

HSL color Cylindrical-coordinate representation of color #A15945: hue angle of 13.04º degrees, saturation: 0.4, 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 #A15945 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB1618969-
CMYK00.450.570.37
HSL13.04º40%45.1%-
HSV(B)13.04º57.14%63.14%-
XYZ19.3415.157.54-
YUV108.25105.85165.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.47%
GREEN value IS 89 (35.16% from 255) = 27.90%
BLUE value IS 69 (27.34% from 255) = 21.63%
R=50.47%
G=27.90%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161896900.450.570.3713.044045.1
HexA1594502D3925d282d
Octal2411311050557145155055
Binary101000011011001100010101011011110011001011101101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15945; }

 p { color: rgb(161,89,69); }

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

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

 a { background-color: rgb(161,89,69); }

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

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

 span { border-color: rgb(161,89,69); }

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