#A47359

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

Shades of Toast #A47359

Tints of Toast #A47359

Color information

#A47359 (or 0xA47359) is unknown color: approx Toast. HEX triplet: A4, 73 and 59. RGB value is (164,115,89). Sum of RGB (Red+Green+Blue) = 164+115+89=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 89 (35.16% from 255 or 24.18% from 368); Max value from RGB is 164 - color contains mainly: red. Hex color #A47359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47359 is #5B8CA6. Grayscale: #7E7E7E. Windows color (decimal): -5999783 or 5862308. OLE color: 5862308.

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

Color convert

RGB16411589-
CMYK00.300.460.36
HSL20.8º29.64%49.61%-
HSV(B)20.8º45.73%64.31%-
XYZ23.2420.8812.26-
YUV126.69106.73154.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.57%
GREEN value IS 115 (45.31% from 255) = 31.25%
BLUE value IS 89 (35.16% from 255) = 24.18%
R=44.57%
G=31.25%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641158900.300.460.3620.829.6449.61
HexA4735901E2E24151e32
Octal2441631310365644253662
Binary10100100111001110110010111101011101001001010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47359; }

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

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

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

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

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

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

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

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