#a15a45

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

Shades of Sepia #A15A45

Tints of Sepia #A15A45

Color information

#A15A45 (or 0xA15A45) is unknown color: approx Sepia. HEX triplet: A1, 5A and 45. RGB value is (161,90,69). Sum of RGB (Red+Green+Blue) = 161+90+69=320 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.31% from 320); Green value is 90 (35.55% from 255 or 28.12% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 161 - color contains mainly: red. Hex color #A15A45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15A45 is #5EA5BA. Grayscale: #6C6C6C. Windows color (decimal): -6202811 or 4545185. OLE color: 4545185.

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

Color convert

RGB1619069-
CMYK00.440.570.37
HSL13.7º40%45.1%-
HSV(B)13.7º57.14%63.14%-
XYZ19.4315.327.56-
YUV108.84105.52165.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.31%
GREEN value IS 90 (35.55% from 255) = 28.12%
BLUE value IS 69 (27.34% from 255) = 21.56%
R=50.31%
G=28.12%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161906900.440.570.3713.74045.1
HexA15A4502C3925e282d
Octal2411321050547145165055
Binary101000011011010100010101011001110011001011110101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a15a45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a15a45; }

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

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

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

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

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

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

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

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