#A47864

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

Shades of Toast #A47864

Tints of Toast #A47864

Color information

#A47864 (or 0xA47864) is unknown color: approx Toast. HEX triplet: A4, 78 and 64. RGB value is (164,120,100). Sum of RGB (Red+Green+Blue) = 164+120+100=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 120 (47.27% from 255 or 31.25% from 384); Blue value is 100 (39.45% from 255 or 26.04% from 384); Max value from RGB is 164 - color contains mainly: red. Hex color #A47864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47864 is #5B879B. Grayscale: #838383. Windows color (decimal): -5998492 or 6584484. OLE color: 6584484.

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

Color convert

RGB164120100-
CMYK00.270.390.36
HSL18.75º26.02%51.76%-
HSV(B)18.75º39.02%64.31%-
XYZ24.3322.2515.07-
YUV130.88110.58151.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.71%
GREEN value IS 120 (47.27% from 255) = 31.25%
BLUE value IS 100 (39.45% from 255) = 26.04%
R=42.71%
G=31.25%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412010000.270.390.3618.7526.0251.76
HexA4786401B2724131a34
Octal2441701440334744233264
Binary10100100111100011001000110111001111001001001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47864; }

 p { color: rgb(164,120,100); }

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

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

 a { background-color: rgb(164,120,100); }

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

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

 span { border-color: rgb(164,120,100); }

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