#A48460

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

Shades of Sorrell Brown #A48460

Tints of Sorrell Brown #A48460

Color information

#A48460 (or 0xA48460) is unknown color: approx Sorrell Brown. HEX triplet: A4, 84 and 60. RGB value is (164,132,96). Sum of RGB (Red+Green+Blue) = 164+132+96=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 164 - color contains mainly: red. Hex color #A48460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48460 is #5B7B9F. Grayscale: #898989. Windows color (decimal): -5995424 or 6325412. OLE color: 6325412.

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

Color convert

RGB16413296-
CMYK00.200.410.36
HSL31.76º27.2%50.98%-
HSV(B)31.76º41.46%64.31%-
XYZ25.6725.2414.58-
YUV137.46104.6146.93-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.84%
GREEN value IS 132 (51.95% from 255) = 33.67%
BLUE value IS 96 (37.89% from 255) = 24.49%
R=41.84%
G=33.67%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641329600.200.410.3631.7627.250.98
HexA484600142924201b33
Octal2442041400245144403363
Binary1010010010000100110000001010010100110010010000011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48460; }

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

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

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

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

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

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

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

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