#A2845F

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

Shades of Sorrell Brown #A2845F

Tints of Sorrell Brown #A2845F

Color information

#A2845F (or 0xA2845F) is unknown color: approx Sorrell Brown. HEX triplet: A2, 84 and 5F. RGB value is (162,132,95). Sum of RGB (Red+Green+Blue) = 162+132+95=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 95 (37.5% from 255 or 24.42% from 389); Max value from RGB is 162 - color contains mainly: red. Hex color #A2845F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2845F is #5D7BA0. Grayscale: #888888. Windows color (decimal): -6126497 or 6259874. OLE color: 6259874.

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

Color convert

RGB16213295-
CMYK00.190.410.36
HSL33.13º26.48%50.39%-
HSV(B)33.13º41.36%63.53%-
XYZ25.2225.0114.32-
YUV136.75104.44146.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.65%
GREEN value IS 132 (51.95% from 255) = 33.93%
BLUE value IS 95 (37.5% from 255) = 24.42%
R=41.65%
G=33.93%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621329500.190.410.3633.1326.4850.39
HexA2845F0132924211a32
Octal2422041370235144413262
Binary1010001010000100101111101001110100110010010000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2845F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2845F; }

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

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

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

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

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

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

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

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