#A1805D

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

Shades of Sorrell Brown #A1805D

Tints of Sorrell Brown #A1805D

Color information

#A1805D (or 0xA1805D) is unknown color: approx Sorrell Brown. HEX triplet: A1, 80 and 5D. RGB value is (161,128,93). Sum of RGB (Red+Green+Blue) = 161+128+93=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 161 - color contains mainly: red. Hex color #A1805D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1805D is #5E7FA2. Grayscale: #868686. Windows color (decimal): -6193059 or 6127777. OLE color: 6127777.

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

Color convert

RGB16112893-
CMYK00.200.420.37
HSL30.88º26.77%49.8%-
HSV(B)30.88º42.24%63.14%-
XYZ24.3923.8113.67-
YUV133.88104.93147.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.15%
GREEN value IS 128 (50.39% from 255) = 33.51%
BLUE value IS 93 (36.72% from 255) = 24.35%
R=42.15%
G=33.51%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611289300.200.420.3730.8826.7749.8
HexA1805D0142A251f1b32
Octal2412001350245245373362
Binary101000011000000010111010101001010101001011111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1805D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1805D; }

 p { color: rgb(161,128,93); }

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

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

 a { background-color: rgb(161,128,93); }

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

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

 span { border-color: rgb(161,128,93); }

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