#A0815F

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

Shades of Sorrell Brown #A0815F

Tints of Sorrell Brown #A0815F

Color information

#A0815F (or 0xA0815F) is unknown color: approx Sorrell Brown. HEX triplet: A0, 81 and 5F. RGB value is (160,129,95). Sum of RGB (Red+Green+Blue) = 160+129+95=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 95 (37.5% from 255 or 24.74% from 384); Max value from RGB is 160 - color contains mainly: red. Hex color #A0815F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0815F is #5F7EA0. Grayscale: #868686. Windows color (decimal): -6258337 or 6259104. OLE color: 6259104.

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

Color convert

RGB16012995-
CMYK00.190.410.37
HSL31.38º25.49%50%-
HSV(B)31.38º40.62%62.75%-
XYZ24.412414.17-
YUV134.39105.77146.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.67%
GREEN value IS 129 (50.78% from 255) = 33.59%
BLUE value IS 95 (37.5% from 255) = 24.74%
R=41.67%
G=33.59%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601299500.190.410.3731.3825.4950
HexA0815F01329251f1932
Octal2402011370235145373162
Binary101000001000000110111110100111010011001011111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0815F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0815F; }

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

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

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

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

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

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

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

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