#A47265

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

Shades of Toast #A47265

Tints of Toast #A47265

Color information

#A47265 (or 0xA47265) is unknown color: approx Toast. HEX triplet: A4, 72 and 65. RGB value is (164,114,101). Sum of RGB (Red+Green+Blue) = 164+114+101=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 101 (39.84% from 255 or 26.65% from 379); Max value from RGB is 164 - color contains mainly: red. Hex color #A47265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47265 is #5B8D9A. Grayscale: #7F7F7F. Windows color (decimal): -6000027 or 6648484. OLE color: 6648484.

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

Color convert

RGB164114101-
CMYK00.300.380.36
HSL12.38º25.71%51.96%-
HSV(B)12.38º38.41%64.31%-
XYZ23.6820.8715.09-
YUV127.47113.06154.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.27%
GREEN value IS 114 (44.92% from 255) = 30.08%
BLUE value IS 101 (39.84% from 255) = 26.65%
R=43.27%
G=30.08%
B=26.65%

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
Decimal16411410100.300.380.3612.3825.7151.96
HexA4726501E2624c1a34
Octal2441621450364644143264
Binary1010010011100101100101011110100110100100110011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47265; }

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

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

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

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

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

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

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

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