#A57361

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

Shades of Toast #A57361

Tints of Toast #A57361

Color information

#A57361 (or 0xA57361) is unknown color: approx Toast. HEX triplet: A5, 73 and 61. RGB value is (165,115,97). Sum of RGB (Red+Green+Blue) = 165+115+97=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 97 (38.28% from 255 or 25.73% from 377); Max value from RGB is 165 - color contains mainly: red. Hex color #A57361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57361 is #5A8C9E. Grayscale: #808080. Windows color (decimal): -5934239 or 6386597. OLE color: 6386597.

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

Color convert

RGB16511597-
CMYK00.300.410.35
HSL15.88º27.42%51.37%-
HSV(B)15.88º41.21%64.71%-
XYZ23.8121.1214.13-
YUV127.9110.56154.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.77%
GREEN value IS 115 (45.31% from 255) = 30.50%
BLUE value IS 97 (38.28% from 255) = 25.73%
R=43.77%
G=30.50%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651159700.300.410.3515.8827.4251.37
HexA5736101E2923101b33
Octal2451631410365143203363
Binary10100101111001111000010111101010011000111000011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57361; }

 p { color: rgb(165,115,97); }

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

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

 a { background-color: rgb(165,115,97); }

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

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

 span { border-color: rgb(165,115,97); }

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