#A47563

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

Shades of Toast #A47563

Tints of Toast #A47563

Color information

#A47563 (or 0xA47563) is unknown color: approx Toast. HEX triplet: A4, 75 and 63. RGB value is (164,117,99). Sum of RGB (Red+Green+Blue) = 164+117+99=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 99 (39.06% from 255 or 26.05% from 380); Max value from RGB is 164 - color contains mainly: red. Hex color #A47563 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47563 is #5B8A9C. Grayscale: #818181. Windows color (decimal): -5999261 or 6518180. OLE color: 6518180.

HSL color Cylindrical-coordinate representation of color #A47563: hue angle of 16.62º 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 #A47563 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB16411799-
CMYK00.290.400.36
HSL16.62º26.32%51.57%-
HSV(B)16.62º39.63%64.31%-
XYZ23.9221.5214.7-
YUV129111.07152.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.16%
GREEN value IS 117 (46.09% from 255) = 30.79%
BLUE value IS 99 (39.06% from 255) = 26.05%
R=43.16%
G=30.79%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641179900.290.400.3616.6226.3251.57
HexA4756301D2824111a34
Octal2441651430355044213264
Binary10100100111010111000110111011010001001001000111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47563; }

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

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

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

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

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

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

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

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