#A0785C

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

Shades of Sorrell Brown #A0785C

Tints of Sorrell Brown #A0785C

Color information

#A0785C (or 0xA0785C) is unknown color: approx Sorrell Brown. HEX triplet: A0, 78 and 5C. RGB value is (160,120,92). Sum of RGB (Red+Green+Blue) = 160+120+92=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 92 (36.33% from 255 or 24.73% from 372); Max value from RGB is 160 - color contains mainly: red. Hex color #A0785C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0785C is #5F87A3. Grayscale: #808080. Windows color (decimal): -6260644 or 6060192. OLE color: 6060192.

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

Color convert

RGB16012092-
CMYK00.250.430.37
HSL24.71º26.98%49.41%-
HSV(B)24.71º42.5%62.75%-
XYZ23.1521.6813.09-
YUV128.77107.25150.28-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.01%
GREEN value IS 120 (47.27% from 255) = 32.26%
BLUE value IS 92 (36.33% from 255) = 24.73%
R=43.01%
G=32.26%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601209200.250.430.3724.7126.9849.41
HexA0785C0192B25191b31
Octal2401701340315345313361
Binary10100000111100010111000110011010111001011100111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0785C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0785C; }

 p { color: rgb(160,120,92); }

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

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

 a { background-color: rgb(160,120,92); }

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

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

 span { border-color: rgb(160,120,92); }

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