#A28364

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

Shades of Sorrell Brown #A28364

Tints of Sorrell Brown #A28364

Color information

#A28364 (or 0xA28364) is unknown color: approx Sorrell Brown. HEX triplet: A2, 83 and 64. RGB value is (162,131,100). Sum of RGB (Red+Green+Blue) = 162+131+100=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 162 - color contains mainly: red. Hex color #A28364 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28364 is #5D7C9B. Grayscale: #888888. Windows color (decimal): -6126748 or 6587298. OLE color: 6587298.

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

Color convert

RGB162131100-
CMYK00.190.380.36
HSL30º25%51.37%-
HSV(B)30º38.27%63.53%-
XYZ25.3224.8315.52-
YUV136.73107.27146.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.22%
GREEN value IS 131 (51.56% from 255) = 33.33%
BLUE value IS 100 (39.45% from 255) = 25.45%
R=41.22%
G=33.33%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213110000.190.380.36302551.37
HexA2836401326241e1933
Octal2422031440234644363163
Binary101000101000001111001000100111001101001001111011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28364; }

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

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

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

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

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

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

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

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