#A2845C

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

Shades of Sorrell Brown #A2845C

Tints of Sorrell Brown #A2845C

Color information

#A2845C (or 0xA2845C) is unknown color: approx Sorrell Brown. HEX triplet: A2, 84 and 5C. RGB value is (162,132,92). Sum of RGB (Red+Green+Blue) = 162+132+92=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 162 - color contains mainly: red. Hex color #A2845C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2845C is #5D7BA3. Grayscale: #888888. Windows color (decimal): -6126500 or 6063266. OLE color: 6063266.

HSL color Cylindrical-coordinate representation of color #A2845C: hue angle of 34.29º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A2845C is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB16213292-
CMYK00.190.430.36
HSL34.29º27.56%49.8%-
HSV(B)34.29º43.21%63.53%-
XYZ25.0824.9613.62-
YUV136.41102.94146.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.97%
GREEN value IS 132 (51.95% from 255) = 34.20%
BLUE value IS 92 (36.33% from 255) = 23.83%
R=41.97%
G=34.20%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621329200.190.430.3634.2927.5649.8
HexA2845C0132B24221c32
Octal2422041340235344423462
Binary1010001010000100101110001001110101110010010001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2845C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2845C; }

 p { color: rgb(162,132,92); }

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

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

 a { background-color: rgb(162,132,92); }

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

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

 span { border-color: rgb(162,132,92); }

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