#A08660

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

Shades of Sorrell Brown #A08660

Tints of Sorrell Brown #A08660

Color information

#A08660 (or 0xA08660) is unknown color: approx Sorrell Brown. HEX triplet: A0, 86 and 60. RGB value is (160,134,96). Sum of RGB (Red+Green+Blue) = 160+134+96=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 96 (37.89% from 255 or 24.62% from 390); Max value from RGB is 160 - color contains mainly: red. Hex color #A08660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08660 is #5F799F. Grayscale: #898989. Windows color (decimal): -6257056 or 6325920. OLE color: 6325920.

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

Color convert

RGB16013496-
CMYK00.160.40.37
HSL35.63º25.2%50.2%-
HSV(B)35.63º40%62.75%-
XYZ25.1325.3714.64-
YUV137.44104.61144.09-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.03%
GREEN value IS 134 (52.73% from 255) = 34.36%
BLUE value IS 96 (37.89% from 255) = 24.62%
R=41.03%
G=34.36%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.4
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601349600.160.40.3735.6325.250.2
HexA086600102825241932
Octal2402061400205045443162
Binary1010000010000110110000001000010100010010110010011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08660; }

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

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

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

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

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

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

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

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