#A47565

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

Shades of Toast #A47565

Tints of Toast #A47565

Color information

#A47565 (or 0xA47565) is unknown color: approx Toast. HEX triplet: A4, 75 and 65. RGB value is (164,117,101). Sum of RGB (Red+Green+Blue) = 164+117+101=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 101 (39.84% from 255 or 26.44% from 382); Max value from RGB is 164 - color contains mainly: red. Hex color #A47565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47565 is #5B8A9A. Grayscale: #818181. Windows color (decimal): -5999259 or 6649252. OLE color: 6649252.

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

Color convert

RGB164117101-
CMYK00.290.380.36
HSL15.24º25.71%51.96%-
HSV(B)15.24º38.41%64.31%-
XYZ24.0221.5515.21-
YUV129.23112.07152.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.93%
GREEN value IS 117 (46.09% from 255) = 30.63%
BLUE value IS 101 (39.84% from 255) = 26.44%
R=42.93%
G=30.63%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411710100.290.380.3615.2425.7151.96
HexA4756501D2624f1a34
Octal2441651450354644173264
Binary1010010011101011100101011101100110100100111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47565; }

 p { color: rgb(164,117,101); }

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

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

 a { background-color: rgb(164,117,101); }

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

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

 span { border-color: rgb(164,117,101); }

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