#A2835C

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

Shades of Sorrell Brown #A2835C

Tints of Sorrell Brown #A2835C

Color information

#A2835C (or 0xA2835C) is unknown color: approx Sorrell Brown. HEX triplet: A2, 83 and 5C. RGB value is (162,131,92). Sum of RGB (Red+Green+Blue) = 162+131+92=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 92 (36.33% from 255 or 23.90% from 385); Max value from RGB is 162 - color contains mainly: red. Hex color #A2835C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2835C is #5D7CA3. Grayscale: #888888. Windows color (decimal): -6126756 or 6063010. OLE color: 6063010.

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

Color convert

RGB16213192-
CMYK00.190.430.36
HSL33.43º27.56%49.8%-
HSV(B)33.43º43.21%63.53%-
XYZ24.9524.6913.58-
YUV135.82103.27146.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.08%
GREEN value IS 131 (51.56% from 255) = 34.03%
BLUE value IS 92 (36.33% from 255) = 23.90%
R=42.08%
G=34.03%
B=23.90%

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
Decimal1621319200.190.430.3633.4327.5649.8
HexA2835C0132B24211c32
Octal2422031340235344413462
Binary1010001010000011101110001001110101110010010000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2835C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2835C; }

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

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

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

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

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

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

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

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