#A47363

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

Shades of Toast #A47363

Tints of Toast #A47363

Color information

#A47363 (or 0xA47363) is unknown color: approx Toast. HEX triplet: A4, 73 and 63. RGB value is (164,115,99). Sum of RGB (Red+Green+Blue) = 164+115+99=378 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.39% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 99 (39.06% from 255 or 26.19% from 378); Max value from RGB is 164 - color contains mainly: red. Hex color #A47363 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47363 is #5B8C9C. Grayscale: #7F7F7F. Windows color (decimal): -5999773 or 6517668. OLE color: 6517668.

HSL color Cylindrical-coordinate representation of color #A47363: hue angle of 14.77º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A47363 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB16411599-
CMYK00.300.400.36
HSL14.77º26.32%51.57%-
HSV(B)14.77º39.63%64.31%-
XYZ23.6921.0514.62-
YUV127.83111.73153.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.39%
GREEN value IS 115 (45.31% from 255) = 30.42%
BLUE value IS 99 (39.06% from 255) = 26.19%
R=43.39%
G=30.42%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641159900.300.400.3614.7726.3251.57
HexA4736301E2824f1a34
Octal2441631430365044173264
Binary1010010011100111100011011110101000100100111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47363; }

 p { color: rgb(164,115,99); }

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

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

 a { background-color: rgb(164,115,99); }

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

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

 span { border-color: rgb(164,115,99); }

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