#A48560

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

Shades of Sorrell Brown #A48560

Tints of Sorrell Brown #A48560

Color information

#A48560 (or 0xA48560) is unknown color: approx Sorrell Brown. HEX triplet: A4, 85 and 60. RGB value is (164,133,96). Sum of RGB (Red+Green+Blue) = 164+133+96=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 164 - color contains mainly: red. Hex color #A48560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48560 is #5B7A9F. Grayscale: #8A8A8A. Windows color (decimal): -5995168 or 6325668. OLE color: 6325668.

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

Color convert

RGB16413396-
CMYK00.190.410.36
HSL32.65º27.2%50.98%-
HSV(B)32.65º41.46%64.31%-
XYZ25.8125.5114.63-
YUV138.05104.27146.51-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.73%
GREEN value IS 133 (52.34% from 255) = 33.84%
BLUE value IS 96 (37.89% from 255) = 24.43%
R=41.73%
G=33.84%
B=24.43%

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
Decimal1641339600.190.410.3632.6527.250.98
HexA485600132924211b33
Octal2442051400235144413363
Binary1010010010000101110000001001110100110010010000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48560; }

 p { color: rgb(164,133,96); }

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

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

 a { background-color: rgb(164,133,96); }

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

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

 span { border-color: rgb(164,133,96); }

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