#A1845C

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

Shades of Sorrell Brown #A1845C

Tints of Sorrell Brown #A1845C

Color information

#A1845C (or 0xA1845C) is unknown color: approx Sorrell Brown. HEX triplet: A1, 84 and 5C. RGB value is (161,132,92). Sum of RGB (Red+Green+Blue) = 161+132+92=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 92 (36.33% from 255 or 23.90% from 385); Max value from RGB is 161 - color contains mainly: red. Hex color #A1845C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1845C is #5E7BA3. Grayscale: #888888. Windows color (decimal): -6192036 or 6063265. OLE color: 6063265.

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

Color convert

RGB16113292-
CMYK00.180.430.37
HSL34.78º27.27%49.61%-
HSV(B)34.78º42.86%63.14%-
XYZ24.8824.8513.61-
YUV136.11103.11145.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.82%
GREEN value IS 132 (51.95% from 255) = 34.29%
BLUE value IS 92 (36.33% from 255) = 23.90%
R=41.82%
G=34.29%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611329200.180.430.3734.7827.2749.61
HexA1845C0122B25231b32
Octal2412041340225345433362
Binary1010000110000100101110001001010101110010110001111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1845C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1845C; }

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

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

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

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

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

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

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

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