#A1845D

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

Shades of Sorrell Brown #A1845D

Tints of Sorrell Brown #A1845D

Color information

#A1845D (or 0xA1845D) is unknown color: approx Sorrell Brown. HEX triplet: A1, 84 and 5D. RGB value is (161,132,93). Sum of RGB (Red+Green+Blue) = 161+132+93=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 161 - color contains mainly: red. Hex color #A1845D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1845D is #5E7BA2. Grayscale: #888888. Windows color (decimal): -6192035 or 6128801. OLE color: 6128801.

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

Color convert

RGB16113293-
CMYK00.180.420.37
HSL34.41º26.77%49.8%-
HSV(B)34.41º42.24%63.14%-
XYZ24.9224.8713.84-
YUV136.22103.61145.67-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.71%
GREEN value IS 132 (51.95% from 255) = 34.20%
BLUE value IS 93 (36.72% from 255) = 24.09%
R=41.71%
G=34.20%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611329300.180.420.3734.4126.7749.8
HexA1845D0122A25221b32
Octal2412041350225245423362
Binary1010000110000100101110101001010101010010110001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1845D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1845D; }

 p { color: rgb(161,132,93); }

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

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

 a { background-color: rgb(161,132,93); }

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

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

 span { border-color: rgb(161,132,93); }

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