#A57666

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

Shades of Toast #A57666

Tints of Toast #A57666

Color information

#A57666 (or 0xA57666) is unknown color: approx Toast. HEX triplet: A5, 76 and 66. RGB value is (165,118,102). Sum of RGB (Red+Green+Blue) = 165+118+102=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A57666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57666 is #5A8999. Grayscale: #828282. Windows color (decimal): -5933466 or 6715045. OLE color: 6715045.

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

Color convert

RGB165118102-
CMYK00.280.380.35
HSL15.24º25.93%52.35%-
HSV(B)15.24º38.18%64.71%-
XYZ24.3921.9215.51-
YUV130.23112.07152.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.86%
GREEN value IS 118 (46.48% from 255) = 30.65%
BLUE value IS 102 (40.23% from 255) = 26.49%
R=42.86%
G=30.65%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511810200.280.380.3515.2425.9352.35
HexA5766601C2623f1a34
Octal2451661460344643173264
Binary1010010111101101100110011100100110100011111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57666; }

 p { color: rgb(165,118,102); }

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

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

 a { background-color: rgb(165,118,102); }

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

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

 span { border-color: rgb(165,118,102); }

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