#A0865E

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

Shades of Sorrell Brown #A0865E

Tints of Sorrell Brown #A0865E

Color information

#A0865E (or 0xA0865E) is unknown color: approx Sorrell Brown. HEX triplet: A0, 86 and 5E. RGB value is (160,134,94). Sum of RGB (Red+Green+Blue) = 160+134+94=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 94 (37.11% from 255 or 24.23% from 388); Max value from RGB is 160 - color contains mainly: red. Hex color #A0865E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0865E is #5F79A1. Grayscale: #898989. Windows color (decimal): -6257058 or 6194848. OLE color: 6194848.

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

Color convert

RGB16013494-
CMYK00.160.410.37
HSL36.36º25.98%49.8%-
HSV(B)36.36º41.25%62.75%-
XYZ25.0425.3314.16-
YUV137.21103.61144.25-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.24%
GREEN value IS 134 (52.73% from 255) = 34.54%
BLUE value IS 94 (37.11% from 255) = 24.23%
R=41.24%
G=34.54%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601349400.160.410.3736.3625.9849.8
HexA0865E0102925241a32
Octal2402061360205145443262
Binary1010000010000110101111001000010100110010110010011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0865E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0865E; }

 p { color: rgb(160,134,94); }

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

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

 a { background-color: rgb(160,134,94); }

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

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

 span { border-color: rgb(160,134,94); }

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