#A57557

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

Shades of Toast #A57557

Tints of Toast #A57557

Color information

#A57557 (or 0xA57557) is unknown color: approx Toast. HEX triplet: A5, 75 and 57. RGB value is (165,117,87). Sum of RGB (Red+Green+Blue) = 165+117+87=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 87 (34.38% from 255 or 23.58% from 369); Max value from RGB is 165 - color contains mainly: red. Hex color #A57557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57557 is #5A8AA8. Grayscale: #808080. Windows color (decimal): -5933737 or 5731749. OLE color: 5731749.

HSL color Cylindrical-coordinate representation of color #A57557: hue angle of 23.08º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A57557 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB16511787-
CMYK00.290.470.35
HSL23.08º30.95%49.41%-
HSV(B)23.08º47.27%64.71%-
XYZ23.621.4111.91-
YUV127.93104.9154.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.72%
GREEN value IS 117 (46.09% from 255) = 31.71%
BLUE value IS 87 (34.38% from 255) = 23.58%
R=44.72%
G=31.71%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651178700.290.470.3523.0830.9549.41
HexA5755701D2F23171f31
Octal2451651270355743273761
Binary10100101111010110101110111011011111000111011111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57557; }

 p { color: rgb(165,117,87); }

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

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

 a { background-color: rgb(165,117,87); }

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

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

 span { border-color: rgb(165,117,87); }

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