#A47557

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

Shades of Toast #A47557

Tints of Toast #A47557

Color information

#A47557 (or 0xA47557) is unknown color: approx Toast. HEX triplet: A4, 75 and 57. RGB value is (164,117,87). Sum of RGB (Red+Green+Blue) = 164+117+87=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 117 (46.09% from 255 or 31.79% from 368); Blue value is 87 (34.38% from 255 or 23.64% from 368); Max value from RGB is 164 - color contains mainly: red. Hex color #A47557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47557 is #5B8AA8. Grayscale: #7F7F7F. Windows color (decimal): -5999273 or 5731748. OLE color: 5731748.

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

Color convert

RGB16411787-
CMYK00.290.470.36
HSL23.38º30.68%49.22%-
HSV(B)23.38º46.95%64.31%-
XYZ23.3921.311.9-
YUV127.63105.07153.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.57%
GREEN value IS 117 (46.09% from 255) = 31.79%
BLUE value IS 87 (34.38% from 255) = 23.64%
R=44.57%
G=31.79%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641178700.290.470.3623.3830.6849.22
HexA4755701D2F24171f31
Octal2441651270355744273761
Binary10100100111010110101110111011011111001001011111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47557; }

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

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

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

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

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

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

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

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