#A3745E

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

Shades of Toast #A3745E

Tints of Toast #A3745E

Color information

#A3745E (or 0xA3745E) is unknown color: approx Toast. HEX triplet: A3, 74 and 5E. RGB value is (163,116,94). Sum of RGB (Red+Green+Blue) = 163+116+94=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 163 - color contains mainly: red. Hex color #A3745E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3745E is #5C8BA1. Grayscale: #7F7F7F. Windows color (decimal): -6065058 or 6190243. OLE color: 6190243.

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

Color convert

RGB16311694-
CMYK00.290.420.36
HSL19.13º27.27%50.39%-
HSV(B)19.13º42.33%63.92%-
XYZ23.3721.0913.43-
YUV127.54109.07153.29-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.70%
GREEN value IS 116 (45.70% from 255) = 31.10%
BLUE value IS 94 (37.11% from 255) = 25.20%
R=43.70%
G=31.10%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631169400.290.420.3619.1327.2750.39
HexA3745E01D2A24131b32
Octal2431641360355244233362
Binary10100011111010010111100111011010101001001001111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3745E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3745E; }

 p { color: rgb(163,116,94); }

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

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

 a { background-color: rgb(163,116,94); }

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

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

 span { border-color: rgb(163,116,94); }

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