#A0895F

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

Shades of Sorrell Brown #A0895F

Tints of Sorrell Brown #A0895F

Color information

#A0895F (or 0xA0895F) is unknown color: approx Sorrell Brown. HEX triplet: A0, 89 and 5F. RGB value is (160,137,95). Sum of RGB (Red+Green+Blue) = 160+137+95=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 95 (37.5% from 255 or 24.23% from 392); Max value from RGB is 160 - color contains mainly: red. Hex color #A0895F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0895F is #5F76A0. Grayscale: #8B8B8B. Windows color (decimal): -6256289 or 6261152. OLE color: 6261152.

HSL color Cylindrical-coordinate representation of color #A0895F: hue angle of 38.77º degrees, saturation: 0.25, 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 #A0895F is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB16013795-
CMYK00.140.410.37
HSL38.77º25.49%50%-
HSV(B)38.77º40.62%62.75%-
XYZ25.5126.1914.54-
YUV139.09103.12142.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.82%
GREEN value IS 137 (53.91% from 255) = 34.95%
BLUE value IS 95 (37.5% from 255) = 24.23%
R=40.82%
G=34.95%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601379500.140.410.3738.7725.4950
HexA0895F0E2925271932
Octal2402111370165145473162
Binary101000001000100110111110111010100110010110011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0895F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0895F; }

 p { color: rgb(160,137,95); }

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

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

 a { background-color: rgb(160,137,95); }

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

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

 span { border-color: rgb(160,137,95); }

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