#A57463

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

Shades of Toast #A57463

Tints of Toast #A57463

Color information

#A57463 (or 0xA57463) is unknown color: approx Toast. HEX triplet: A5, 74 and 63. RGB value is (165,116,99). Sum of RGB (Red+Green+Blue) = 165+116+99=380 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.42% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 99 (39.06% from 255 or 26.05% from 380); Max value from RGB is 165 - color contains mainly: red. Hex color #A57463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57463 is #5A8B9C. Grayscale: #808080. Windows color (decimal): -5933981 or 6517925. OLE color: 6517925.

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

Color convert

RGB16511699-
CMYK00.300.400.35
HSL15.45º26.83%51.76%-
HSV(B)15.45º40%64.71%-
XYZ24.0121.3914.67-
YUV128.71111.23153.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.42%
GREEN value IS 116 (45.70% from 255) = 30.53%
BLUE value IS 99 (39.06% from 255) = 26.05%
R=43.42%
G=30.53%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651169900.300.400.3515.4526.8351.76
HexA5746301E2823f1b34
Octal2451641430365043173364
Binary1010010111101001100011011110101000100011111111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57463; }

 p { color: rgb(165,116,99); }

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

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

 a { background-color: rgb(165,116,99); }

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

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

 span { border-color: rgb(165,116,99); }

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