#A2825D

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

Shades of Sorrell Brown #A2825D

Tints of Sorrell Brown #A2825D

Color information

#A2825D (or 0xA2825D) is unknown color: approx Sorrell Brown. HEX triplet: A2, 82 and 5D. RGB value is (162,130,93). Sum of RGB (Red+Green+Blue) = 162+130+93=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 162 - color contains mainly: red. Hex color #A2825D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2825D is #5D7DA2. Grayscale: #878787. Windows color (decimal): -6127011 or 6128290. OLE color: 6128290.

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

Color convert

RGB16213093-
CMYK00.200.430.36
HSL32.17º27.06%50%-
HSV(B)32.17º42.59%63.53%-
XYZ24.8624.4413.76-
YUV135.35104.1147.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.08%
GREEN value IS 130 (51.17% from 255) = 33.77%
BLUE value IS 93 (36.72% from 255) = 24.16%
R=42.08%
G=33.77%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621309300.200.430.3632.1727.0650
HexA2825D0142B24201b32
Octal2422021350245344403362
Binary1010001010000010101110101010010101110010010000011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2825D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2825D; }

 p { color: rgb(162,130,93); }

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

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

 a { background-color: rgb(162,130,93); }

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

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

 span { border-color: rgb(162,130,93); }

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