#A2865F

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

Shades of Sorrell Brown #A2865F

Tints of Sorrell Brown #A2865F

Color information

#A2865F (or 0xA2865F) is unknown color: approx Sorrell Brown. HEX triplet: A2, 86 and 5F. RGB value is (162,134,95). Sum of RGB (Red+Green+Blue) = 162+134+95=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 95 (37.5% from 255 or 24.30% from 391); Max value from RGB is 162 - color contains mainly: red. Hex color #A2865F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2865F is #5D79A0. Grayscale: #8A8A8A. Windows color (decimal): -6125985 or 6260386. OLE color: 6260386.

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

Color convert

RGB16213495-
CMYK00.170.410.36
HSL34.93º26.48%50.39%-
HSV(B)34.93º41.36%63.53%-
XYZ25.4925.5614.42-
YUV137.93103.78145.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.43%
GREEN value IS 134 (52.73% from 255) = 34.27%
BLUE value IS 95 (37.5% from 255) = 24.30%
R=41.43%
G=34.27%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621349500.170.410.3634.9326.4850.39
HexA2865F0112924231a32
Octal2422061370215144433262
Binary1010001010000110101111101000110100110010010001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2865F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2865F; }

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

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

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

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

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

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

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

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