#A18463

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

Shades of Sorrell Brown #A18463

Tints of Sorrell Brown #A18463

Color information

#A18463 (or 0xA18463) is unknown color: approx Sorrell Brown. HEX triplet: A1, 84 and 63. RGB value is (161,132,99). Sum of RGB (Red+Green+Blue) = 161+132+99=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 99 (39.06% from 255 or 25.26% from 392); Max value from RGB is 161 - color contains mainly: red. Hex color #A18463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18463 is #5E7B9C. Grayscale: #898989. Windows color (decimal): -6192029 or 6522017. OLE color: 6522017.

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

Color convert

RGB16113299-
CMYK00.180.390.37
HSL31.94º24.8%50.98%-
HSV(B)31.94º38.51%63.14%-
XYZ25.224.9815.3-
YUV136.91106.61145.18-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.07%
GREEN value IS 132 (51.95% from 255) = 33.67%
BLUE value IS 99 (39.06% from 255) = 25.26%
R=41.07%
G=33.67%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611329900.180.390.3731.9424.850.98
HexA184630122725201933
Octal2412041430224745403163
Binary1010000110000100110001101001010011110010110000011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18463; }

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

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

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

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

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

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

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

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