#A47459

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

Shades of Toast #A47459

Tints of Toast #A47459

Color information

#A47459 (or 0xA47459) is unknown color: approx Toast. HEX triplet: A4, 74 and 59. RGB value is (164,116,89). Sum of RGB (Red+Green+Blue) = 164+116+89=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 89 (35.16% from 255 or 24.12% from 369); Max value from RGB is 164 - color contains mainly: red. Hex color #A47459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47459 is #5B8BA6. Grayscale: #7F7F7F. Windows color (decimal): -5999527 or 5862564. OLE color: 5862564.

HSL color Cylindrical-coordinate representation of color #A47459: hue angle of 21.6º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A47459 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB16411689-
CMYK00.290.460.36
HSL21.6º29.64%49.61%-
HSV(B)21.6º45.73%64.31%-
XYZ23.3621.112.29-
YUV127.27106.4154.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.44%
GREEN value IS 116 (45.70% from 255) = 31.44%
BLUE value IS 89 (35.16% from 255) = 24.12%
R=44.44%
G=31.44%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641168900.290.460.3621.629.6449.61
HexA4745901D2E24161e32
Octal2441641310355644263662
Binary10100100111010010110010111011011101001001011011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47459; }

 p { color: rgb(164,116,89); }

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

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

 a { background-color: rgb(164,116,89); }

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

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

 span { border-color: rgb(164,116,89); }

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