#A58460

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

Shades of Sorrell Brown #A58460

Tints of Sorrell Brown #A58460

Color information

#A58460 (or 0xA58460) is unknown color: approx Sorrell Brown. HEX triplet: A5, 84 and 60. RGB value is (165,132,96). Sum of RGB (Red+Green+Blue) = 165+132+96=393 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.98% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 165 - color contains mainly: red. Hex color #A58460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58460 is #5A7B9F. Grayscale: #898989. Windows color (decimal): -5929888 or 6325413. OLE color: 6325413.

HSL color Cylindrical-coordinate representation of color #A58460: hue angle of 31.3º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A58460 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB16513296-
CMYK00.200.420.35
HSL31.3º27.71%51.18%-
HSV(B)31.3º41.82%64.71%-
XYZ25.8825.3514.59-
YUV137.76104.43147.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.98%
GREEN value IS 132 (51.95% from 255) = 33.59%
BLUE value IS 96 (37.89% from 255) = 24.43%
R=41.98%
G=33.59%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651329600.200.420.3531.327.7151.18
HexA584600142A231f1c33
Octal2452041400245243373463
Binary101001011000010011000000101001010101000111111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58460; }

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

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

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

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

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

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

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

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