#A47759

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

Shades of Toast #A47759

Tints of Toast #A47759

Color information

#A47759 (or 0xA47759) is unknown color: approx Toast. HEX triplet: A4, 77 and 59. RGB value is (164,119,89). Sum of RGB (Red+Green+Blue) = 164+119+89=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 89 (35.16% from 255 or 23.92% from 372); Max value from RGB is 164 - color contains mainly: red. Hex color #A47759 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47759 is #5B88A6. Grayscale: #818181. Windows color (decimal): -5998759 or 5863332. OLE color: 5863332.

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

Color convert

RGB16411989-
CMYK00.270.460.36
HSL24º29.64%49.61%-
HSV(B)24º45.73%64.31%-
XYZ23.7121.8112.41-
YUV129.04105.41152.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.09%
GREEN value IS 119 (46.88% from 255) = 31.99%
BLUE value IS 89 (35.16% from 255) = 23.92%
R=44.09%
G=31.99%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641198900.270.460.362429.6449.61
HexA4775901B2E24181e32
Octal2441671310335644303662
Binary10100100111011110110010110111011101001001100011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47759; }

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

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

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

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

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

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

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

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