#A1855C

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

Shades of Sorrell Brown #A1855C

Tints of Sorrell Brown #A1855C

Color information

#A1855C (or 0xA1855C) is unknown color: approx Sorrell Brown. HEX triplet: A1, 85 and 5C. RGB value is (161,133,92). Sum of RGB (Red+Green+Blue) = 161+133+92=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 161 - color contains mainly: red. Hex color #A1855C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1855C is #5E7AA3. Grayscale: #888888. Windows color (decimal): -6191780 or 6063521. OLE color: 6063521.

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

Color convert

RGB16113392-
CMYK00.170.430.37
HSL35.65º27.27%49.61%-
HSV(B)35.65º42.86%63.14%-
XYZ25.0225.1213.66-
YUV136.7102.78145.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.71%
GREEN value IS 133 (52.34% from 255) = 34.46%
BLUE value IS 92 (36.33% from 255) = 23.83%
R=41.71%
G=34.46%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611339200.170.430.3735.6527.2749.61
HexA1855C0112B25241b32
Octal2412051340215345443362
Binary1010000110000101101110001000110101110010110010011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1855C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1855C; }

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

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

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

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

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

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

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

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