#A2815B

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

Shades of Sorrell Brown #A2815B

Tints of Sorrell Brown #A2815B

Color information

#A2815B (or 0xA2815B) is unknown color: approx Sorrell Brown. HEX triplet: A2, 81 and 5B. RGB value is (162,129,91). Sum of RGB (Red+Green+Blue) = 162+129+91=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 162 - color contains mainly: red. Hex color #A2815B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2815B is #5D7EA4. Grayscale: #868686. Windows color (decimal): -6127269 or 5996962. OLE color: 5996962.

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

Color convert

RGB16212991-
CMYK00.200.440.36
HSL32.11º28.06%49.61%-
HSV(B)32.11º43.83%63.53%-
XYZ24.6424.1413.26-
YUV134.54103.43147.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.41%
GREEN value IS 129 (50.78% from 255) = 33.77%
BLUE value IS 91 (35.94% from 255) = 23.82%
R=42.41%
G=33.77%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621299100.200.440.3632.1128.0649.61
HexA2815B0142C24201c32
Octal2422011330245444403462
Binary1010001010000001101101101010010110010010010000011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2815B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2815B; }

 p { color: rgb(162,129,91); }

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

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

 a { background-color: rgb(162,129,91); }

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

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

 span { border-color: rgb(162,129,91); }

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