#A57864

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

Shades of Toast #A57864

Tints of Toast #A57864

Color information

#A57864 (or 0xA57864) is unknown color: approx Toast. HEX triplet: A5, 78 and 64. RGB value is (165,120,100). Sum of RGB (Red+Green+Blue) = 165+120+100=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 100 (39.45% from 255 or 25.97% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A57864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57864 is #5A879B. Grayscale: #838383. Windows color (decimal): -5932956 or 6584485. OLE color: 6584485.

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

Color convert

RGB165120100-
CMYK00.270.390.35
HSL18.46º26.53%51.96%-
HSV(B)18.46º39.39%64.71%-
XYZ24.5322.3515.08-
YUV131.18110.41152.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.86%
GREEN value IS 120 (47.27% from 255) = 31.17%
BLUE value IS 100 (39.45% from 255) = 25.97%
R=42.86%
G=31.17%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512010000.270.390.3518.4626.5351.96
HexA5786401B2723121b34
Octal2451701440334743223364
Binary10100101111100011001000110111001111000111001011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57864; }

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

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

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

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

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

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

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

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