#A47366

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

Shades of Toast #A47366

Tints of Toast #A47366

Color information

#A47366 (or 0xA47366) is unknown color: approx Toast. HEX triplet: A4, 73 and 66. RGB value is (164,115,102). Sum of RGB (Red+Green+Blue) = 164+115+102=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 102 (40.23% from 255 or 26.77% from 381); Max value from RGB is 164 - color contains mainly: red. Hex color #A47366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47366 is #5B8C99. Grayscale: #808080. Windows color (decimal): -5999770 or 6714276. OLE color: 6714276.

HSL color Cylindrical-coordinate representation of color #A47366: hue angle of 12.58º 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 #A47366 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB164115102-
CMYK00.300.380.36
HSL12.58º25.41%52.16%-
HSV(B)12.58º37.8%64.31%-
XYZ23.8421.1115.39-
YUV128.17113.23153.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.04%
GREEN value IS 115 (45.31% from 255) = 30.18%
BLUE value IS 102 (40.23% from 255) = 26.77%
R=43.04%
G=30.18%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411510200.300.380.3612.5825.4152.16
HexA4736601E2624d1934
Octal2441631460364644153164
Binary1010010011100111100110011110100110100100110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47366; }

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

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

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

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

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

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

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

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