#A57764

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

Shades of Toast #A57764

Tints of Toast #A57764

Color information

#A57764 (or 0xA57764) is unknown color: approx Toast. HEX triplet: A5, 77 and 64. RGB value is (165,119,100). Sum of RGB (Red+Green+Blue) = 165+119+100=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 100 (39.45% from 255 or 26.04% from 384); Max value from RGB is 165 - color contains mainly: red. Hex color #A57764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57764 is #5A889B. Grayscale: #828282. Windows color (decimal): -5933212 or 6584229. OLE color: 6584229.

HSL color Cylindrical-coordinate representation of color #A57764: hue angle of 17.54º 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 #A57764 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB165119100-
CMYK00.280.390.35
HSL17.54º26.53%51.96%-
HSV(B)17.54º39.39%64.71%-
XYZ24.4122.1115.04-
YUV130.59110.74152.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.97%
GREEN value IS 119 (46.88% from 255) = 30.99%
BLUE value IS 100 (39.45% from 255) = 26.04%
R=42.97%
G=30.99%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511910000.280.390.3517.5426.5351.96
HexA5776401C2723121b34
Octal2451671440344743223364
Binary10100101111011111001000111001001111000111001011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57764; }

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

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

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

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

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

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

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

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