#A08560

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

Shades of Sorrell Brown #A08560

Tints of Sorrell Brown #A08560

Color information

#A08560 (or 0xA08560) is unknown color: approx Sorrell Brown. HEX triplet: A0, 85 and 60. RGB value is (160,133,96). Sum of RGB (Red+Green+Blue) = 160+133+96=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 160 - color contains mainly: red. Hex color #A08560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08560 is #5F7A9F. Grayscale: #898989. Windows color (decimal): -6257312 or 6325664. OLE color: 6325664.

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

Color convert

RGB16013396-
CMYK00.170.40.37
HSL34.69º25.2%50.2%-
HSV(B)34.69º40%62.75%-
XYZ2525.0914.59-
YUV136.85104.95144.51-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.13%
GREEN value IS 133 (52.34% from 255) = 34.19%
BLUE value IS 96 (37.89% from 255) = 24.68%
R=41.13%
G=34.19%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.4
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601339600.170.40.3734.6925.250.2
HexA085600112825231932
Octal2402051400215045433162
Binary1010000010000101110000001000110100010010110001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08560; }

 p { color: rgb(160,133,96); }

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

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

 a { background-color: rgb(160,133,96); }

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

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

 span { border-color: rgb(160,133,96); }

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