#A08364

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

Shades of Sorrell Brown #A08364

Tints of Sorrell Brown #A08364

Color information

#A08364 (or 0xA08364) is unknown color: approx Sorrell Brown. HEX triplet: A0, 83 and 64. RGB value is (160,131,100). Sum of RGB (Red+Green+Blue) = 160+131+100=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 100 (39.45% from 255 or 25.58% from 391); Max value from RGB is 160 - color contains mainly: red. Hex color #A08364 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08364 is #5F7C9B. Grayscale: #888888. Windows color (decimal): -6257820 or 6587296. OLE color: 6587296.

HSL color Cylindrical-coordinate representation of color #A08364: hue angle of 31º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A08364 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB160131100-
CMYK00.180.380.37
HSL31º24%50.98%-
HSV(B)31º37.5%62.75%-
XYZ24.9124.6315.5-
YUV136.14107.61145.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.92%
GREEN value IS 131 (51.56% from 255) = 33.50%
BLUE value IS 100 (39.45% from 255) = 25.58%
R=40.92%
G=33.50%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013110000.180.380.37312450.98
HexA0836401226251f1833
Octal2402031440224645373063
Binary101000001000001111001000100101001101001011111111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08364; }

 p { color: rgb(160,131,100); }

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

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

 a { background-color: rgb(160,131,100); }

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

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

 span { border-color: rgb(160,131,100); }

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