#A08860

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

Shades of Sorrell Brown #A08860

Tints of Sorrell Brown #A08860

Color information

#A08860 (or 0xA08860) is unknown color: approx Sorrell Brown. HEX triplet: A0, 88 and 60. RGB value is (160,136,96). Sum of RGB (Red+Green+Blue) = 160+136+96=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 160 - color contains mainly: red. Hex color #A08860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08860 is #5F779F. Grayscale: #8A8A8A. Windows color (decimal): -6256544 or 6326432. OLE color: 6326432.

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

Color convert

RGB16013696-
CMYK00.150.40.37
HSL37.5º25.2%50.2%-
HSV(B)37.5º40%62.75%-
XYZ25.4125.9314.73-
YUV138.62103.95143.25-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.82%
GREEN value IS 136 (53.52% from 255) = 34.69%
BLUE value IS 96 (37.89% from 255) = 24.49%
R=40.82%
G=34.69%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.4
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601369600.150.40.3737.525.250.2
HexA088600F2825261932
Octal2402101400175045463162
Binary101000001000100011000000111110100010010110011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08860; }

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

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

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

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

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

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

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

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