#A47865

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

Shades of Toast #A47865

Tints of Toast #A47865

Color information

#A47865 (or 0xA47865) is unknown color: approx Toast. HEX triplet: A4, 78 and 65. RGB value is (164,120,101). Sum of RGB (Red+Green+Blue) = 164+120+101=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 101 (39.84% from 255 or 26.23% from 385); Max value from RGB is 164 - color contains mainly: red. Hex color #A47865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47865 is #5B879A. Grayscale: #838383. Windows color (decimal): -5998491 or 6650020. OLE color: 6650020.

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

Color convert

RGB164120101-
CMYK00.270.380.36
HSL18.1º25.71%51.96%-
HSV(B)18.1º38.41%64.31%-
XYZ24.3822.2715.32-
YUV130.99111.08151.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.60%
GREEN value IS 120 (47.27% from 255) = 31.17%
BLUE value IS 101 (39.84% from 255) = 26.23%
R=42.60%
G=31.17%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412010100.270.380.3618.125.7151.96
HexA4786501B2624121a34
Octal2441701450334644223264
Binary10100100111100011001010110111001101001001001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47865; }

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

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

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

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

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

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

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

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