#A1865D

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

Shades of Sorrell Brown #A1865D

Tints of Sorrell Brown #A1865D

Color information

#A1865D (or 0xA1865D) is unknown color: approx Sorrell Brown. HEX triplet: A1, 86 and 5D. RGB value is (161,134,93). Sum of RGB (Red+Green+Blue) = 161+134+93=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 161 - color contains mainly: red. Hex color #A1865D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1865D is #5E79A2. Grayscale: #898989. Windows color (decimal): -6191523 or 6129313. OLE color: 6129313.

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

Color convert

RGB16113493-
CMYK00.170.420.37
HSL36.18º26.77%49.8%-
HSV(B)36.18º42.24%63.14%-
XYZ25.225.4213.93-
YUV137.4102.95144.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.49%
GREEN value IS 134 (52.73% from 255) = 34.54%
BLUE value IS 93 (36.72% from 255) = 23.97%
R=41.49%
G=34.54%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611349300.170.420.3736.1826.7749.8
HexA1865D0112A25241b32
Octal2412061350215245443362
Binary1010000110000110101110101000110101010010110010011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1865D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1865D; }

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

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

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

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

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

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

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

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