#A47157

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

Shades of Toast #A47157

Tints of Toast #A47157

Color information

#A47157 (or 0xA47157) is unknown color: approx Toast. HEX triplet: A4, 71 and 57. RGB value is (164,113,87). Sum of RGB (Red+Green+Blue) = 164+113+87=364 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.05% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 87 (34.38% from 255 or 23.90% from 364); Max value from RGB is 164 - color contains mainly: red. Hex color #A47157 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47157 is #5B8EA8. Grayscale: #7D7D7D. Windows color (decimal): -6000297 or 5730724. OLE color: 5730724.

HSL color Cylindrical-coordinate representation of color #A47157: hue angle of 20.26º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A47157 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB16411387-
CMYK00.310.470.36
HSL20.26º30.68%49.22%-
HSV(B)20.26º46.95%64.31%-
XYZ22.9420.3911.74-
YUV125.29106.4155.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.05%
GREEN value IS 113 (44.53% from 255) = 31.04%
BLUE value IS 87 (34.38% from 255) = 23.90%
R=45.05%
G=31.04%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641138700.310.470.3620.2630.6849.22
HexA4715701F2F24141f31
Octal2441611270375744243761
Binary10100100111000110101110111111011111001001010011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47157; }

 p { color: rgb(164,113,87); }

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

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

 a { background-color: rgb(164,113,87); }

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

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

 span { border-color: rgb(164,113,87); }

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