#A28463

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

Shades of Sorrell Brown #A28463

Tints of Sorrell Brown #A28463

Color information

#A28463 (or 0xA28463) is unknown color: approx Sorrell Brown. HEX triplet: A2, 84 and 63. RGB value is (162,132,99). Sum of RGB (Red+Green+Blue) = 162+132+99=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 99 (39.06% from 255 or 25.19% from 393); Max value from RGB is 162 - color contains mainly: red. Hex color #A28463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28463 is #5D7B9C. Grayscale: #898989. Windows color (decimal): -6126493 or 6522018. OLE color: 6522018.

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

Color convert

RGB16213299-
CMYK00.190.390.36
HSL31.43º25.3%51.18%-
HSV(B)31.43º38.89%63.53%-
XYZ25.425.0815.31-
YUV137.21106.44145.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.22%
GREEN value IS 132 (51.95% from 255) = 33.59%
BLUE value IS 99 (39.06% from 255) = 25.19%
R=41.22%
G=33.59%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621329900.190.390.3631.4325.351.18
HexA2846301327241f1933
Octal2422041430234744373163
Binary101000101000010011000110100111001111001001111111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28463; }

 p { color: rgb(162,132,99); }

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

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

 a { background-color: rgb(162,132,99); }

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

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

 span { border-color: rgb(162,132,99); }

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