#A47666

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

Shades of Toast #A47666

Tints of Toast #A47666

Color information

#A47666 (or 0xA47666) is unknown color: approx Toast. HEX triplet: A4, 76 and 66. RGB value is (164,118,102). Sum of RGB (Red+Green+Blue) = 164+118+102=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 118 (46.48% from 255 or 30.73% from 384); Blue value is 102 (40.23% from 255 or 26.56% from 384); Max value from RGB is 164 - color contains mainly: red. Hex color #A47666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47666 is #5B8999. Grayscale: #828282. Windows color (decimal): -5999002 or 6715044. OLE color: 6715044.

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

Color convert

RGB164118102-
CMYK00.280.380.36
HSL15.48º25.41%52.16%-
HSV(B)15.48º37.8%64.31%-
XYZ24.1921.8115.51-
YUV129.93112.24152.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.71%
GREEN value IS 118 (46.48% from 255) = 30.73%
BLUE value IS 102 (40.23% from 255) = 26.56%
R=42.71%
G=30.73%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411810200.280.380.3615.4825.4152.16
HexA4766601C2624f1934
Octal2441661460344644173164
Binary1010010011101101100110011100100110100100111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47666; }

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

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

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

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

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

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

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

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